Class: Youroom::MarkUnread
- Defined in:
- lib/youroom_api/request/mark_unread.rb
Instance Attribute Summary
Attributes inherited from Mark
Attributes inherited from Request
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Mark
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::Mark
Instance Method Details
#path ⇒ Object
5 6 7 |
# File 'lib/youroom_api/request/mark_unread.rb', line 5 def path File.join(url, 'mark_unread?format=json') end |