Class: StockShaker::Config::LazadaConfig
- Inherits:
-
Object
- Object
- StockShaker::Config::LazadaConfig
- Defined in:
- lib/stock_shaker/config/lazada_config.rb
Instance Attribute Summary collapse
-
#app_key ⇒ Object
Returns the value of attribute app_key.
-
#app_secret_key ⇒ Object
Returns the value of attribute app_secret_key.
-
#redirect_url ⇒ Object
Returns the value of attribute redirect_url.
Instance Method Summary collapse
-
#initialize ⇒ LazadaConfig
constructor
A new instance of LazadaConfig.
Constructor Details
#initialize ⇒ LazadaConfig
Returns a new instance of LazadaConfig.
8 9 10 11 12 |
# File 'lib/stock_shaker/config/lazada_config.rb', line 8 def initialize @app_key = nil @app_secret_key = nil @redirect_url = nil end |
Instance Attribute Details
#app_key ⇒ Object
Returns the value of attribute app_key.
6 7 8 |
# File 'lib/stock_shaker/config/lazada_config.rb', line 6 def app_key @app_key end |
#app_secret_key ⇒ Object
Returns the value of attribute app_secret_key.
6 7 8 |
# File 'lib/stock_shaker/config/lazada_config.rb', line 6 def app_secret_key @app_secret_key end |
#redirect_url ⇒ Object
Returns the value of attribute redirect_url.
6 7 8 |
# File 'lib/stock_shaker/config/lazada_config.rb', line 6 def redirect_url @redirect_url end |