Class: Youroom::MarkUnread

Inherits:
Mark show all
Defined in:
lib/youroom_api/request/mark_unread.rb

Instance Attribute Summary

Attributes inherited from Mark

#ids

Attributes inherited from Request

#access_token

Attributes inherited from Base

#host, #port, #url

Instance Method Summary collapse

Methods inherited from Mark

#initialize, #params

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

#pathObject



5
6
7
# File 'lib/youroom_api/request/mark_unread.rb', line 5

def path
  File.join(url, 'mark_unread?format=json')
end