Class: ChatWork::MyTask
Constant Summary
Constants included from Operations
Instance Attribute Summary
Attributes inherited from Entity
Attributes included from Operations
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/my_task.rb', line 5 def self.path "/my/tasks" end |
Instance Method Details
#path ⇒ Object
9 10 11 |
# File 'lib/chatwork/my_task.rb', line 9 def path "/my/tasks" end |