Class: Qapi::Meetup::Connection
- Inherits:
-
Connection
- Object
- Connection
- Qapi::Meetup::Connection
- Defined in:
- lib/qapi/meetup/connection.rb
Instance Method Summary collapse
-
#groups ⇒ Object
Can do stuff like conn.groups.all.
-
#members ⇒ Object
conn.members.find(id) conn.members.me.
Instance Method Details
#groups ⇒ Object
Can do stuff like conn.groups.all
8 9 10 |
# File 'lib/qapi/meetup/connection.rb', line 8 def groups GroupQuery.new(self) end |
#members ⇒ Object
conn.members.find(id) conn.members.me
14 15 16 |
# File 'lib/qapi/meetup/connection.rb', line 14 def members MemberQuery.new(self) end |