Sha256: c1a110103f46dfb612f6f31a0662293aa6367326eff257c002e71635a1427822
Contents?: true
Size: 169 Bytes
Versions: 9
Compression:
Stored size: 169 Bytes
Contents
module ChatWork class MyTask < Entity install_class_operations :get def self.path "/my/tasks" end def path "/my/tasks" end end end
Version data entries
9 entries across 9 versions & 1 rubygems