Class: StockShaker::Config::ShopeeConfig
- Inherits:
-
Object
- Object
- StockShaker::Config::ShopeeConfig
- Defined in:
- lib/stock_shaker/config/shopee_config.rb
Instance Attribute Summary collapse
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#redirect_url ⇒ Object
Returns the value of attribute redirect_url.
-
#secret_key ⇒ Object
Returns the value of attribute secret_key.
Instance Method Summary collapse
-
#initialize ⇒ ShopeeConfig
constructor
A new instance of ShopeeConfig.
Constructor Details
#initialize ⇒ ShopeeConfig
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_id ⇒ Object
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_url ⇒ Object
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_key ⇒ Object
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 |