Class: SimMeterAU::Order

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

#date_labelObject (readonly)

Returns the value of attribute date_label

Returns:

  • (Object)

    the current value of date_label



72
73
74
# File 'lib/sim_meter_au/models.rb', line 72

def date_label
  @date_label
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



72
73
74
# File 'lib/sim_meter_au/models.rb', line 72

def id
  @id
end

#numberObject (readonly)

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



72
73
74
# File 'lib/sim_meter_au/models.rb', line 72

def number
  @number
end

#plan_nameObject (readonly)

Returns the value of attribute plan_name

Returns:

  • (Object)

    the current value of plan_name



72
73
74
# File 'lib/sim_meter_au/models.rb', line 72

def plan_name
  @plan_name
end

#total_centsObject (readonly)

Returns the value of attribute total_cents

Returns:

  • (Object)

    the current value of total_cents



72
73
74
# File 'lib/sim_meter_au/models.rb', line 72

def total_cents
  @total_cents
end

#transaction_referenceObject (readonly)

Returns the value of attribute transaction_reference

Returns:

  • (Object)

    the current value of transaction_reference



72
73
74
# File 'lib/sim_meter_au/models.rb', line 72

def transaction_reference
  @transaction_reference
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



72
73
74
# File 'lib/sim_meter_au/models.rb', line 72

def type
  @type
end