Class: Youroom::MyGroup
- Defined in:
- lib/youroom_api/request/my_group.rb
Instance Attribute Summary
Attributes inherited from Request
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Request
#create_entry, #create_participation, #create_room, #create_user, #delete, #destroy_entry, #destroy_participation, #get, #get_all_timeline, #get_attachment, #get_entry, #get_my_group, #get_picture, #get_room_list, #get_room_timeline, #get_unread_timeline, #get_user_list, #get_verify_credentials, #initialize, #mark_read, #mark_unread, #post
Constructor Details
This class inherits a constructor from Youroom::Request
Instance Method Details
#path ⇒ Object
3 4 5 |
# File 'lib/youroom_api/request/my_group.rb', line 3 def path File.join(url, 'groups', 'my?format=json') end |