Sha256: 78216fdcc18d20bb9b8a021aec7c3fbbe73efd02119527f68319b1e4b6f06c0a

Contents?: true

Size: 835 Bytes

Versions: 8

Compression:

Stored size: 835 Bytes

Contents

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

    attr_accessor :id,
                  :name,
                  :project_id,
                  :user_id,
                  :start_on,
                  :finish_on,
                  :position,
                  :archived,
                  :archived_tasks_count,
                  :tasks_count,
                  :last_comment_id,
                  :updated_by_id,
                  :metadata,
                  :deleted,
                  :completed,
                  :created_at,
                  :updated_at
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
redbooth-ruby-0.2.3 lib/redbooth-ruby/task_list.rb
redbooth-ruby-0.2.2 lib/redbooth-ruby/task_list.rb
redbooth-ruby-0.2.1 lib/redbooth-ruby/task_list.rb
redbooth-ruby-0.2.0 lib/redbooth-ruby/task_list.rb
redbooth-ruby-0.1.4 lib/redbooth-ruby/task_list.rb
redbooth-ruby-0.1.3 lib/redbooth-ruby/task_list.rb
redbooth-ruby-0.1.1 lib/redbooth-ruby/task_list.rb
redbooth-ruby-0.1.0 lib/redbooth-ruby/task_list.rb