Class: SimMeterAU::Order
- Inherits:
-
Data
- Object
- Data
- SimMeterAU::Order
- Includes:
- Serializable
- Defined in:
- lib/sim_meter_au/models.rb
Instance Attribute Summary collapse
-
#date_label ⇒ Object
readonly
Returns the value of attribute date_label.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#number ⇒ Object
readonly
Returns the value of attribute number.
-
#plan_name ⇒ Object
readonly
Returns the value of attribute plan_name.
-
#total_cents ⇒ Object
readonly
Returns the value of attribute total_cents.
-
#transaction_reference ⇒ Object
readonly
Returns the value of attribute transaction_reference.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Method Summary
Methods included from Serializable
Instance Attribute Details
#date_label ⇒ Object (readonly)
Returns the value of attribute date_label
72 73 74 |
# File 'lib/sim_meter_au/models.rb', line 72 def date_label @date_label end |
#id ⇒ Object (readonly)
Returns the value of attribute id
72 73 74 |
# File 'lib/sim_meter_au/models.rb', line 72 def id @id end |
#number ⇒ Object (readonly)
Returns the value of attribute number
72 73 74 |
# File 'lib/sim_meter_au/models.rb', line 72 def number @number end |
#plan_name ⇒ Object (readonly)
Returns the value of attribute plan_name
72 73 74 |
# File 'lib/sim_meter_au/models.rb', line 72 def plan_name @plan_name end |
#total_cents ⇒ Object (readonly)
Returns the value of attribute total_cents
72 73 74 |
# File 'lib/sim_meter_au/models.rb', line 72 def total_cents @total_cents end |
#transaction_reference ⇒ Object (readonly)
Returns the value of attribute transaction_reference
72 73 74 |
# File 'lib/sim_meter_au/models.rb', line 72 def transaction_reference @transaction_reference end |
#type ⇒ Object (readonly)
Returns the value of attribute type
72 73 74 |
# File 'lib/sim_meter_au/models.rb', line 72 def type @type end |