Sha256: b5c4869918911ee0f351a33bf640fff533fd22b3728d392309084f6d4a6cd1d1
Contents?: true
Size: 164 Bytes
Versions: 5
Compression:
Stored size: 164 Bytes
Contents
module ChatWork class Room < Entity install_class_operations :create def self.path "/rooms" end def path "/rooms" end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
chatwork-0.1.0 | lib/chatwork/room.rb |
chatwork-0.0.7 | lib/chatwork/room.rb |
chatwork-0.0.6 | lib/chatwork/room.rb |
chatwork-0.0.5 | lib/chatwork/room.rb |
chatwork-0.0.3 | lib/chatwork/room.rb |