Sha256: 60bf351c5b1c346674b9391881221c85a23587afbd79f75d6453d1de9f7cb102

Contents?: true

Size: 723 Bytes

Versions: 10

Compression:

Stored size: 723 Bytes

Contents

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

    attr_accessor :id,
                  :permalink,
                  :organization_id,
                  :archived,
                  :name,
                  :description,
                  :start_date,
                  :end_date,
                  :tracks_time,
                  :public,
                  :publish_pages,
                  :settings,
                  :deleted,
                  :created_at,
                  :updated_at

  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

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