Class: SmartVkApi::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/smart_vk_api/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenObject

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_idObject

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_tokenObject

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