Class: BabyTooth::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#access_token_urlObject

Returns the value of attribute access_token_url.



39
40
41
# File 'lib/baby_tooth.rb', line 39

def access_token_url
  @access_token_url
end

#authorization_urlObject

Returns the value of attribute authorization_url.



39
40
41
# File 'lib/baby_tooth.rb', line 39

def authorization_url
  @authorization_url
end

#client_idObject

Returns the value of attribute client_id.



39
40
41
# File 'lib/baby_tooth.rb', line 39

def client_id
  @client_id
end

#client_secretObject

Returns the value of attribute client_secret.



39
40
41
# File 'lib/baby_tooth.rb', line 39

def client_secret
  @client_secret
end

#redirect_uriObject

Returns the value of attribute redirect_uri.



39
40
41
# File 'lib/baby_tooth.rb', line 39

def redirect_uri
  @redirect_uri
end

#siteObject

Returns the value of attribute site.



39
40
41
# File 'lib/baby_tooth.rb', line 39

def site
  @site
end