Class: FoursquareDocument::Config::Configuration
- Inherits:
-
Struct
- Object
- Struct
- FoursquareDocument::Config::Configuration
- Defined in:
- lib/foursquare_document/config.rb
Instance Attribute Summary collapse
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_secret ⇒ Object
Returns the value of attribute client_secret.
Instance Attribute Details
#client_id ⇒ Object
Returns the value of attribute client_id
4 5 6 |
# File 'lib/foursquare_document/config.rb', line 4 def client_id @client_id end |
#client_secret ⇒ Object
Returns the value of attribute client_secret
4 5 6 |
# File 'lib/foursquare_document/config.rb', line 4 def client_secret @client_secret end |