Class: SimMeterAU::UsageReport
- Inherits:
-
Data
- Object
- Data
- SimMeterAU::UsageReport
- Includes:
- Serializable
- Defined in:
- lib/sim_meter_au/models.rb
Instance Attribute Summary collapse
-
#from ⇒ Object
readonly
Returns the value of attribute from.
-
#records ⇒ Object
readonly
Returns the value of attribute records.
-
#service ⇒ Object
readonly
Returns the value of attribute service.
-
#summaries ⇒ Object
readonly
Returns the value of attribute summaries.
-
#to ⇒ Object
readonly
Returns the value of attribute to.
Method Summary
Methods included from Serializable
Instance Attribute Details
#from ⇒ Object (readonly)
Returns the value of attribute from
62 63 64 |
# File 'lib/sim_meter_au/models.rb', line 62 def from @from end |
#records ⇒ Object (readonly)
Returns the value of attribute records
62 63 64 |
# File 'lib/sim_meter_au/models.rb', line 62 def records @records end |
#service ⇒ Object (readonly)
Returns the value of attribute service
62 63 64 |
# File 'lib/sim_meter_au/models.rb', line 62 def service @service end |
#summaries ⇒ Object (readonly)
Returns the value of attribute summaries
62 63 64 |
# File 'lib/sim_meter_au/models.rb', line 62 def summaries @summaries end |
#to ⇒ Object (readonly)
Returns the value of attribute to
62 63 64 |
# File 'lib/sim_meter_au/models.rb', line 62 def to @to end |