Class: RMeetup::Configuration
- Inherits:
-
Object
- Object
- RMeetup::Configuration
- Defined in:
- lib/rmeetup/client.rb
Overview
RMeetup::Configuration
Holds various configuration data. For now it’s only used to hold the API key. You can get one at www.meetup.com/meetup_api/key/
Needs to be the group organizers API Key to be able to RSVP for other people
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#api_key ⇒ Object
Returns the value of attribute api_key.
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token.
16 17 18 |
# File 'lib/rmeetup/client.rb', line 16 def access_token @access_token end |
#api_key ⇒ Object
Returns the value of attribute api_key.
16 17 18 |
# File 'lib/rmeetup/client.rb', line 16 def api_key @api_key end |