Class: FoursquareDocument::Config::Configuration

Inherits:
Struct
  • Object
show all
Defined in:
lib/foursquare_document/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



4
5
6
# File 'lib/foursquare_document/config.rb', line 4

def client_id
  @client_id
end

#client_secretObject

Returns the value of attribute client_secret

Returns:

  • (Object)

    the current value of client_secret



4
5
6
# File 'lib/foursquare_document/config.rb', line 4

def client_secret
  @client_secret
end