Class: SimMeterAU::Plan

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

#auto_rechargeObject (readonly)

Returns the value of attribute auto_recharge

Returns:

  • (Object)

    the current value of auto_recharge



4
5
6
# File 'lib/sim_meter_au/models.rb', line 4

def auto_recharge
  @auto_recharge
end

#days_remainingObject (readonly)

Returns the value of attribute days_remaining

Returns:

  • (Object)

    the current value of days_remaining



4
5
6
# File 'lib/sim_meter_au/models.rb', line 4

def days_remaining
  @days_remaining
end

#expires_onObject (readonly)

Returns the value of attribute expires_on

Returns:

  • (Object)

    the current value of expires_on



4
5
6
# File 'lib/sim_meter_au/models.rb', line 4

def expires_on
  @expires_on
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/sim_meter_au/models.rb', line 4

def name
  @name
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



4
5
6
# File 'lib/sim_meter_au/models.rb', line 4

def type
  @type
end