Class: ChatWork::Room
Instance Attribute Summary
Attributes inherited from Entity
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Entity
Methods included from Operations
#define_create, #define_get, #install_class_operations
Constructor Details
This class inherits a constructor from ChatWork::Entity
Class Method Details
.path ⇒ Object
5 6 7 |
# File 'lib/chatwork/room.rb', line 5 def self.path "/rooms" end |
Instance Method Details
#path ⇒ Object
9 10 11 |
# File 'lib/chatwork/room.rb', line 9 def path "/rooms" end |