Class: SimMeterAU::DataBalance

Inherits:
Data
  • Object
show all
Includes:
Serializable
Defined in:
lib/sim_meter_au/models.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Serializable

#to_h

Instance Attribute Details

#plan_remaining_bytesObject (readonly)

Returns the value of attribute plan_remaining_bytes

Returns:

  • (Object)

    the current value of plan_remaining_bytes



14
15
16
# File 'lib/sim_meter_au/models.rb', line 14

def plan_remaining_bytes
  @plan_remaining_bytes
end

#rollover_bytesObject (readonly)

Returns the value of attribute rollover_bytes

Returns:

  • (Object)

    the current value of rollover_bytes



14
15
16
# File 'lib/sim_meter_au/models.rb', line 14

def rollover_bytes
  @rollover_bytes
end

#total_remaining_bytesObject (readonly)

Returns the value of attribute total_remaining_bytes

Returns:

  • (Object)

    the current value of total_remaining_bytes



14
15
16
# File 'lib/sim_meter_au/models.rb', line 14

def total_remaining_bytes
  @total_remaining_bytes
end