Sha256: c8e227b10514744677d0eea9067cb9f85cad0ca4953b675b42e5f5e517310879

Contents?: true

Size: 264 Bytes

Versions: 61

Compression:

Stored size: 264 Bytes

Contents

require "cfoundry/v2/model"

module CFoundry::V2
  class ServicePlan < Model
    attribute :name, :string
    attribute :description, :string
    to_one    :service
    to_many   :service_instances

    queryable_by :service_guid, :service_instance_guid
  end
end

Version data entries

61 entries across 61 versions & 3 rubygems

Version Path
cfoundry-0.5.3.rc7 lib/cfoundry/v2/service_plan.rb
static-1.0.1 vendor/cfoundry-0.5.2/lib/cfoundry/v2/service_plan.rb
cfoundry-0.6.0.rc5 lib/cfoundry/v2/service_plan.rb
cfoundry-0.5.3.rc6 lib/cfoundry/v2/service_plan.rb
cfoundry-0.6.0.rc4 lib/cfoundry/v2/service_plan.rb
cfoundry-0.6.0.rc3 lib/cfoundry/v2/service_plan.rb
cfoundry-0.6.0.rc2 lib/cfoundry/v2/service_plan.rb
cfoundry-0.6.0.rc1 lib/cfoundry/v2/service_plan.rb
cfoundry-0.5.3.rc5 lib/cfoundry/v2/service_plan.rb
cfoundry-0.5.3.rc4 lib/cfoundry/v2/service_plan.rb
cfoundry-0.5.3.rc3 lib/cfoundry/v2/service_plan.rb
cfoundry-0.5.3.rc2 lib/cfoundry/v2/service_plan.rb
cfoundry-0.5.3.rc1 lib/cfoundry/v2/service_plan.rb
cfoundry-0.5.2 lib/cfoundry/v2/service_plan.rb
cfoundry-0.5.1.rc5 lib/cfoundry/v2/service_plan.rb
cfoundry-0.5.1.rc4 lib/cfoundry/v2/service_plan.rb
cfoundry-0.5.1.rc3 lib/cfoundry/v2/service_plan.rb
cfoundry-0.5.1.rc2 lib/cfoundry/v2/service_plan.rb
cfoundry-0.5.1.rc1 lib/cfoundry/v2/service_plan.rb
cfoundry-0.4.21 lib/cfoundry/v2/service_plan.rb