Class: FacebookApi::Configuration
- Inherits:
-
Object
- Object
- FacebookApi::Configuration
- Defined in:
- lib/facebook_api.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#callback_url ⇒ Object
Returns the value of attribute callback_url.
-
#canvas_page_name ⇒ Object
Returns the value of attribute canvas_page_name.
-
#secret_key ⇒ Object
Returns the value of attribute secret_key.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
11 12 13 |
# File 'lib/facebook_api.rb', line 11 def api_key @api_key end |
#callback_url ⇒ Object
Returns the value of attribute callback_url.
11 12 13 |
# File 'lib/facebook_api.rb', line 11 def callback_url @callback_url end |
#canvas_page_name ⇒ Object
Returns the value of attribute canvas_page_name.
11 12 13 |
# File 'lib/facebook_api.rb', line 11 def canvas_page_name @canvas_page_name end |
#secret_key ⇒ Object
Returns the value of attribute secret_key.
11 12 13 |
# File 'lib/facebook_api.rb', line 11 def secret_key @secret_key end |