Class: Untappd::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#base_uriObject

Returns the value of attribute base_uri.



21
22
23
# File 'lib/untappd/config.rb', line 21

def base_uri
  @base_uri
end

#client_idObject

Returns the value of attribute client_id.



21
22
23
# File 'lib/untappd/config.rb', line 21

def client_id
  @client_id
end

#client_secretObject

Returns the value of attribute client_secret.



21
22
23
# File 'lib/untappd/config.rb', line 21

def client_secret
  @client_secret
end

#gmt_offsetObject

Returns the value of attribute gmt_offset.



21
22
23
# File 'lib/untappd/config.rb', line 21

def gmt_offset
  @gmt_offset
end

#redirect_urlObject

Returns the value of attribute redirect_url.



21
22
23
# File 'lib/untappd/config.rb', line 21

def redirect_url
  @redirect_url
end