Sha256: bc5a84622e56c727bbe48c40549abef415f13ef7b433531835222d64fad94a2e

Contents?: true

Size: 501 Bytes

Versions: 3

Compression:

Stored size: 501 Bytes

Contents

module RedboothRuby
  class Subtask < Base
    include RedboothRuby::Operations::Index
    include RedboothRuby::Operations::Create
    include RedboothRuby::Operations::Update
    include RedboothRuby::Operations::Show
    include RedboothRuby::Operations::Delete

    attr_accessor :id,
                  :name,
                  :task_id,
                  :resolved,
                  :position,
                  :row_order,
                  :created_at,
                  :updated_at
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
redbooth-ruby-0.2.3 lib/redbooth-ruby/subtask.rb
redbooth-ruby-0.2.2 lib/redbooth-ruby/subtask.rb
redbooth-ruby-0.2.1 lib/redbooth-ruby/subtask.rb