Class: OAuthAdapter::Application

Inherits:
Struct
  • Object
show all
Defined in:
lib/oauth_adapter/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#client_idObject

Returns the value of attribute client_id

Returns:

  • (Object)

    the current value of client_id



12
13
14
# File 'lib/oauth_adapter/config.rb', line 12

def client_id
  @client_id
end

#client_secretObject

Returns the value of attribute client_secret

Returns:

  • (Object)

    the current value of client_secret



12
13
14
# File 'lib/oauth_adapter/config.rb', line 12

def client_secret
  @client_secret
end

#siteObject

Returns the value of attribute site

Returns:

  • (Object)

    the current value of site



12
13
14
# File 'lib/oauth_adapter/config.rb', line 12

def site
  @site
end