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

Version Path
chatwork-0.5.0 lib/chatwork/my_task.rb
chatwork-0.4.1 lib/chatwork/my_task.rb
chatwork-0.4.0 lib/chatwork/my_task.rb
chatwork-0.3.1 lib/chatwork/my_task.rb
chatwork-0.3.0 lib/chatwork/my_task.rb
chatwork-0.2.0 lib/chatwork/my_task.rb
chatwork-0.1.2 lib/chatwork/my_task.rb
chatwork-0.1.1 lib/chatwork/my_task.rb
chatwork-0.1.0 lib/chatwork/my_task.rb