Method: ChatWork::Client::RoomMethods#get_rooms
- Defined in:
- lib/chatwork/client/room_methods.rb
#get_rooms {|response_body, response_header| ... } ⇒ Array<Hashie::Mash>
Get the list of all chats on your account
31 32 33 |
# File 'lib/chatwork/client/room_methods.rb', line 31 def get_rooms(&block) get("/rooms", &block) end |