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