Sha256: f5ea507554f9fbcacbfb6c4251cc5610d7cb993286039339764b3866a13c4c39

Contents?: true

Size: 408 Bytes

Versions: 16

Compression:

Stored size: 408 Bytes

Contents

require "cfoundry/v2/model"

module CFoundry::V2
  class ServicePlan < Model
    attribute :name, :string
    attribute :description, :string
    attribute :unique_id, String
    attribute :free, :boolean, :default => false
    attribute :extra, :string
    attribute :public, :boolean
    to_one    :service
    to_many   :service_instances

    queryable_by :service_guid, :service_instance_guid
  end
end

Version data entries

16 entries across 16 versions & 3 rubygems

Version Path
new_cfoundry-4.9.4 lib/cfoundry/v2/service_plan.rb
new_cfoundry-4.9.3 lib/cfoundry/v2/service_plan.rb
ncfoundry-4.9.4 lib/cfoundry/v2/service_plan.rb
ncfoundry-4.9.3 lib/cfoundry/v2/service_plan.rb
ncfoundry-4.9.2 lib/cfoundry/v2/service_plan.rb
new_cfoundry-4.9.2 lib/cfoundry/v2/service_plan.rb
new_cfoundry-4.9.1 lib/cfoundry/v2/service_plan.rb
new_cfoundry-4.9.0 lib/cfoundry/v2/service_plan.rb
new_cfoundry-4.8.3 lib/cfoundry/v2/service_plan.rb
new_cfoundry-4.8.2 lib/cfoundry/v2/service_plan.rb
cfoundry-4.7.2.rc1 lib/cfoundry/v2/service_plan.rb
cfoundry-4.7.1 lib/cfoundry/v2/service_plan.rb
cfoundry-4.7.1.rc1 lib/cfoundry/v2/service_plan.rb
cfoundry-4.7.0 lib/cfoundry/v2/service_plan.rb
cfoundry-4.6.3.rc3 lib/cfoundry/v2/service_plan.rb
cfoundry-4.6.3.rc2 lib/cfoundry/v2/service_plan.rb