Class: FacebookApi::Configuration

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

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



11
12
13
# File 'lib/facebook_api.rb', line 11

def api_key
  @api_key
end

#callback_urlObject

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_nameObject

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_keyObject

Returns the value of attribute secret_key.



11
12
13
# File 'lib/facebook_api.rb', line 11

def secret_key
  @secret_key
end