Class: SimMeterAU::UsageSummary
- Inherits:
-
Data
- Object
- Data
- SimMeterAU::UsageSummary
- Includes:
- Serializable
- Defined in:
- lib/sim_meter_au/models.rb
Instance Attribute Summary collapse
-
#charge_dollars ⇒ Object
readonly
Returns the value of attribute charge_dollars.
-
#count ⇒ Object
readonly
Returns the value of attribute count.
-
#rounded_usage ⇒ Object
readonly
Returns the value of attribute rounded_usage.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Method Summary
Methods included from Serializable
Instance Attribute Details
#charge_dollars ⇒ Object (readonly)
Returns the value of attribute charge_dollars
42 43 44 |
# File 'lib/sim_meter_au/models.rb', line 42 def charge_dollars @charge_dollars end |
#count ⇒ Object (readonly)
Returns the value of attribute count
42 43 44 |
# File 'lib/sim_meter_au/models.rb', line 42 def count @count end |
#rounded_usage ⇒ Object (readonly)
Returns the value of attribute rounded_usage
42 43 44 |
# File 'lib/sim_meter_au/models.rb', line 42 def rounded_usage @rounded_usage end |
#type ⇒ Object (readonly)
Returns the value of attribute type
42 43 44 |
# File 'lib/sim_meter_au/models.rb', line 42 def type @type end |