Sha256: 0ac07b8c1e786c1f43cb92b3aa83be12c2e471f38ae302dec367ac4f15d09082

Contents?: true

Size: 537 Bytes

Versions: 6

Compression:

Stored size: 537 Bytes

Contents

module Pivotal
  class Project < Base

    has_collection :stories, :of => Pivotal::Story
    has_attributes :id, :name, :iteration_length, :week_start_day,
                   :point_scale, :account, :velocity_scheme,
                   :current_velocity, :initial_velocity,
                   :number_of_iterations_to_show, :labels,
                   :allow_attachments, :public, :use_https,
                   :bugs_and_chores_are_estimatable, :commit_mode,
                   :last_activity_at, :memberships, :integrations

  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
git-pivotal-0.2.3 lib/pivotal/project.rb
idealian-git-pivotal-0.2.4 lib/pivotal/project.rb
idealian-git-pivotal-0.2.3 lib/pivotal/project.rb
git-pivotal-0.2.2 lib/pivotal/project.rb
git-pivotal-0.2.1 lib/pivotal/project.rb
git-pivotal-0.2.0 lib/pivotal/project.rb