Class: SimMeterAU::UsageRecord

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



51
52
53
# File 'lib/sim_meter_au/models.rb', line 51

def charge_dollars
  @charge_dollars
end

#date_labelObject (readonly)

Returns the value of attribute date_label

Returns:

  • (Object)

    the current value of date_label



51
52
53
# File 'lib/sim_meter_au/models.rb', line 51

def date_label
  @date_label
end

#destinationObject (readonly)

Returns the value of attribute destination

Returns:

  • (Object)

    the current value of destination



51
52
53
# File 'lib/sim_meter_au/models.rb', line 51

def destination
  @destination
end

#numberObject (readonly)

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



51
52
53
# File 'lib/sim_meter_au/models.rb', line 51

def number
  @number
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



51
52
53
# File 'lib/sim_meter_au/models.rb', line 51

def type
  @type
end

#usageObject (readonly)

Returns the value of attribute usage

Returns:

  • (Object)

    the current value of usage



51
52
53
# File 'lib/sim_meter_au/models.rb', line 51

def usage
  @usage
end