Class: Coneco::ConeClick
- Inherits:
-
Object
- Object
- Coneco::ConeClick
- Includes:
- InitHelper
- Defined in:
- lib/coneco/client.rb
Instance Attribute Summary collapse
-
#bonus_period ⇒ Object
Returns the value of attribute bonus_period.
-
#click_bonus ⇒ Object
Returns the value of attribute click_bonus.
-
#shop_bonus ⇒ Object
Returns the value of attribute shop_bonus.
Instance Method Summary collapse
-
#initialize(h) ⇒ ConeClick
constructor
A new instance of ConeClick.
Methods included from InitHelper
Constructor Details
#initialize(h) ⇒ ConeClick
Returns a new instance of ConeClick.
114 115 116 |
# File 'lib/coneco/client.rb', line 114 def initialize(h) populate(h) end |
Instance Attribute Details
#bonus_period ⇒ Object
Returns the value of attribute bonus_period.
113 114 115 |
# File 'lib/coneco/client.rb', line 113 def bonus_period @bonus_period end |
#click_bonus ⇒ Object
Returns the value of attribute click_bonus.
113 114 115 |
# File 'lib/coneco/client.rb', line 113 def click_bonus @click_bonus end |
#shop_bonus ⇒ Object
Returns the value of attribute shop_bonus.
113 114 115 |
# File 'lib/coneco/client.rb', line 113 def shop_bonus @shop_bonus end |