Class: SimMeterAU::Plan
- Inherits:
-
Data
- Object
- Data
- SimMeterAU::Plan
- Includes:
- Serializable
- Defined in:
- lib/sim_meter_au/models.rb
Instance Attribute Summary collapse
-
#auto_recharge ⇒ Object
readonly
Returns the value of attribute auto_recharge.
-
#days_remaining ⇒ Object
readonly
Returns the value of attribute days_remaining.
-
#expires_on ⇒ Object
readonly
Returns the value of attribute expires_on.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Method Summary
Methods included from Serializable
Instance Attribute Details
#auto_recharge ⇒ Object (readonly)
Returns the value of attribute auto_recharge
4 5 6 |
# File 'lib/sim_meter_au/models.rb', line 4 def auto_recharge @auto_recharge end |
#days_remaining ⇒ Object (readonly)
Returns the value of attribute days_remaining
4 5 6 |
# File 'lib/sim_meter_au/models.rb', line 4 def days_remaining @days_remaining end |
#expires_on ⇒ Object (readonly)
Returns the value of attribute expires_on
4 5 6 |
# File 'lib/sim_meter_au/models.rb', line 4 def expires_on @expires_on end |
#name ⇒ Object (readonly)
Returns the value of attribute name
4 5 6 |
# File 'lib/sim_meter_au/models.rb', line 4 def name @name end |
#type ⇒ Object (readonly)
Returns the value of attribute type
4 5 6 |
# File 'lib/sim_meter_au/models.rb', line 4 def type @type end |