Sha256: a6393b0f5fdde0299093eb61639c26c514865cfc35edb363a47122b4f94a896e

Contents?: true

Size: 1.14 KB

Versions: 3

Compression:

Stored size: 1.14 KB

Contents

module RedboothRuby
  class Task < 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,
                  :task_list_id,
                  :comments_count,
                  :assigned_id,
                  :is_private,
                  :project_id,
                  :urgent,
                  :user_id,
                  :position,
                  :row_order,
                  :last_activity_id,
                  :record_conversion_type,
                  :record_conversion_id,
                  :subtasks_count,
                  :resolved_subtasks_count,
                  :watcher_ids,
                  :description,
                  :description_html,
                  :description_updated_by_user_id,
                  :updated_by_id,
                  :deleted,
                  :status,
                  :due_on,
                  :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/task.rb
redbooth-ruby-0.2.2 lib/redbooth-ruby/task.rb
redbooth-ruby-0.2.1 lib/redbooth-ruby/task.rb