Class: RMeetup::Configuration

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#access_tokenObject

Returns the value of attribute access_token.



16
17
18
# File 'lib/rmeetup/client.rb', line 16

def access_token
  @access_token
end

#api_keyObject

Returns the value of attribute api_key.



16
17
18
# File 'lib/rmeetup/client.rb', line 16

def api_key
  @api_key
end