Class: Coneco::ConeClick

Inherits:
Object
  • Object
show all
Includes:
InitHelper
Defined in:
lib/coneco/client.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from InitHelper

#_to_ivar_name, #populate

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_periodObject

Returns the value of attribute bonus_period.



113
114
115
# File 'lib/coneco/client.rb', line 113

def bonus_period
  @bonus_period
end

#click_bonusObject

Returns the value of attribute click_bonus.



113
114
115
# File 'lib/coneco/client.rb', line 113

def click_bonus
  @click_bonus
end

#shop_bonusObject

Returns the value of attribute shop_bonus.



113
114
115
# File 'lib/coneco/client.rb', line 113

def shop_bonus
  @shop_bonus
end