Class: SmartVkApi::Configuration
- Inherits:
-
Object
- Object
- SmartVkApi::Configuration
- Defined in:
- lib/smart_vk_api/configuration.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#app_id ⇒ Object
Returns the value of attribute app_id.
-
#app_token ⇒ Object
Returns the value of attribute app_token.
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token.
5 6 7 |
# File 'lib/smart_vk_api/configuration.rb', line 5 def access_token @access_token end |
#app_id ⇒ Object
Returns the value of attribute app_id.
3 4 5 |
# File 'lib/smart_vk_api/configuration.rb', line 3 def app_id @app_id end |
#app_token ⇒ Object
Returns the value of attribute app_token.
4 5 6 |
# File 'lib/smart_vk_api/configuration.rb', line 4 def app_token @app_token end |