Class: Analytic::PhoneRecordFact::Result
- Inherits:
-
Data
- Object
- Data
- Analytic::PhoneRecordFact::Result
- Defined in:
- app/reports/analytic/phone_record_fact.rb
Instance Attribute Summary collapse
-
#date_end ⇒ Object
readonly
Returns the value of attribute date_end.
-
#date_start ⇒ Object
readonly
Returns the value of attribute date_start.
-
#individuals ⇒ Object
readonly
Returns the value of attribute individuals.
-
#summary ⇒ Object
readonly
Returns the value of attribute summary.
Instance Method Summary collapse
-
#initialize(individuals: [], summary: nil, date_start: nil, date_end: nil) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(individuals: [], summary: nil, date_start: nil, date_end: nil) ⇒ Result
Returns a new instance of Result.
5 |
# File 'app/reports/analytic/phone_record_fact.rb', line 5 def initialize(individuals: [], summary: nil, date_start: nil, date_end: nil) = super |
Instance Attribute Details
#date_end ⇒ Object (readonly)
Returns the value of attribute date_end
4 5 6 |
# File 'app/reports/analytic/phone_record_fact.rb', line 4 def date_end @date_end end |
#date_start ⇒ Object (readonly)
Returns the value of attribute date_start
4 5 6 |
# File 'app/reports/analytic/phone_record_fact.rb', line 4 def date_start @date_start end |
#individuals ⇒ Object (readonly)
Returns the value of attribute individuals
4 5 6 |
# File 'app/reports/analytic/phone_record_fact.rb', line 4 def individuals @individuals end |
#summary ⇒ Object (readonly)
Returns the value of attribute summary
4 5 6 |
# File 'app/reports/analytic/phone_record_fact.rb', line 4 def summary @summary end |