Class: SimMeterAU::UsageSummary

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

#charge_dollarsObject (readonly)

Returns the value of attribute charge_dollars

Returns:

  • (Object)

    the current value of charge_dollars



42
43
44
# File 'lib/sim_meter_au/models.rb', line 42

def charge_dollars
  @charge_dollars
end

#countObject (readonly)

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



42
43
44
# File 'lib/sim_meter_au/models.rb', line 42

def count
  @count
end

#rounded_usageObject (readonly)

Returns the value of attribute rounded_usage

Returns:

  • (Object)

    the current value of rounded_usage



42
43
44
# File 'lib/sim_meter_au/models.rb', line 42

def rounded_usage
  @rounded_usage
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



42
43
44
# File 'lib/sim_meter_au/models.rb', line 42

def type
  @type
end