Class: SimMeterAU::DataBalance
- Inherits:
-
Data
- Object
- Data
- SimMeterAU::DataBalance
- Includes:
- Serializable
- Defined in:
- lib/sim_meter_au/models.rb
Instance Attribute Summary collapse
-
#plan_remaining_bytes ⇒ Object
readonly
Returns the value of attribute plan_remaining_bytes.
-
#rollover_bytes ⇒ Object
readonly
Returns the value of attribute rollover_bytes.
-
#total_remaining_bytes ⇒ Object
readonly
Returns the value of attribute total_remaining_bytes.
Method Summary
Methods included from Serializable
Instance Attribute Details
#plan_remaining_bytes ⇒ Object (readonly)
Returns the value of attribute plan_remaining_bytes
14 15 16 |
# File 'lib/sim_meter_au/models.rb', line 14 def plan_remaining_bytes @plan_remaining_bytes end |
#rollover_bytes ⇒ Object (readonly)
Returns the value of attribute rollover_bytes
14 15 16 |
# File 'lib/sim_meter_au/models.rb', line 14 def rollover_bytes @rollover_bytes end |
#total_remaining_bytes ⇒ Object (readonly)
Returns the value of attribute total_remaining_bytes
14 15 16 |
# File 'lib/sim_meter_au/models.rb', line 14 def total_remaining_bytes @total_remaining_bytes end |