Sha256: 3d68e571c19f274ac52feef32c3911e13f603e0827248545f93b69be55f1be94

Contents?: true

Size: 347 Bytes

Versions: 2

Compression:

Stored size: 347 Bytes

Contents

module TrackerApi
  module Resources
    class Task
      include Shared::HasId

      attribute :story_id, Integer
      attribute :description, String
      attribute :complete, Boolean
      attribute :position, Integer
      attribute :created_at, DateTime
      attribute :updated_at, DateTime
      attribute :kind, String
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tracker_api-0.2.12 lib/tracker_api/resources/task.rb
tracker_api-0.2.11 lib/tracker_api/resources/task.rb