Module: TorgMailruApi::Configuration
- Included in:
- TorgMailruApi
- Defined in:
- lib/torg_mailru_api.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#adapter ⇒ Object
Returns the value of attribute adapter.
-
#cache ⇒ Object
Returns the value of attribute cache.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#proxy ⇒ Object
Returns the value of attribute proxy.
Instance Method Summary collapse
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token.
13 14 15 |
# File 'lib/torg_mailru_api.rb', line 13 def access_token @access_token end |
#adapter ⇒ Object
Returns the value of attribute adapter.
13 14 15 |
# File 'lib/torg_mailru_api.rb', line 13 def adapter @adapter end |
#cache ⇒ Object
Returns the value of attribute cache.
13 14 15 |
# File 'lib/torg_mailru_api.rb', line 13 def cache @cache end |
#logger ⇒ Object
Returns the value of attribute logger.
13 14 15 |
# File 'lib/torg_mailru_api.rb', line 13 def logger @logger end |
#proxy ⇒ Object
Returns the value of attribute proxy.
13 14 15 |
# File 'lib/torg_mailru_api.rb', line 13 def proxy @proxy end |
Instance Method Details
#configure {|_self| ... } ⇒ Object
14 15 16 |
# File 'lib/torg_mailru_api.rb', line 14 def configure yield self end |