Class: StockShaker::Config::ShopeeConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/stock_shaker/config/shopee_config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeShopeeConfig

Returns a new instance of ShopeeConfig.



8
9
10
11
12
# File 'lib/stock_shaker/config/shopee_config.rb', line 8

def initialize
  @partner_id = nil
  @secret_key = nil
  @redirect_url = nil
end

Instance Attribute Details

#partner_idObject

Returns the value of attribute partner_id.



6
7
8
# File 'lib/stock_shaker/config/shopee_config.rb', line 6

def partner_id
  @partner_id
end

#redirect_urlObject

Returns the value of attribute redirect_url.



6
7
8
# File 'lib/stock_shaker/config/shopee_config.rb', line 6

def redirect_url
  @redirect_url
end

#secret_keyObject

Returns the value of attribute secret_key.



6
7
8
# File 'lib/stock_shaker/config/shopee_config.rb', line 6

def secret_key
  @secret_key
end