Class: OmniAuth::Configuration
- Inherits:
-
Object
- Object
- OmniAuth::Configuration
- Defined in:
- lib/omniauth/strategies/vkontakte.rb
Instance Attribute Summary collapse
-
#vkontakte_app_id ⇒ Object
Returns the value of attribute vkontakte_app_id.
-
#vkontakte_app_key ⇒ Object
Returns the value of attribute vkontakte_app_key.
-
#vkontakte_params ⇒ Object
Returns the value of attribute vkontakte_params.
Instance Attribute Details
#vkontakte_app_id ⇒ Object
Returns the value of attribute vkontakte_app_id.
6 7 8 |
# File 'lib/omniauth/strategies/vkontakte.rb', line 6 def vkontakte_app_id @vkontakte_app_id end |
#vkontakte_app_key ⇒ Object
Returns the value of attribute vkontakte_app_key.
7 8 9 |
# File 'lib/omniauth/strategies/vkontakte.rb', line 7 def vkontakte_app_key @vkontakte_app_key end |
#vkontakte_params ⇒ Object
Returns the value of attribute vkontakte_params.
8 9 10 |
# File 'lib/omniauth/strategies/vkontakte.rb', line 8 def vkontakte_params @vkontakte_params end |