Sha256: 8395c602780fb2b12604c88f2cee9c1869b3a740c965c75573f807452b1d6154

Contents?: true

Size: 294 Bytes

Versions: 76

Compression:

Stored size: 294 Bytes

Contents

require "cfoundry/v2/model"

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

    queryable_by :service_guid, :service_instance_guid
  end
end

Version data entries

76 entries across 76 versions & 1 rubygems

Version Path
cfoundry-4.3.6 lib/cfoundry/v2/service_plan.rb
cfoundry-4.3.5 lib/cfoundry/v2/service_plan.rb
cfoundry-4.3.5.rc1 lib/cfoundry/v2/service_plan.rb
cfoundry-4.3.4 lib/cfoundry/v2/service_plan.rb
cfoundry-4.3.4.rc1 lib/cfoundry/v2/service_plan.rb
cfoundry-4.3.3 lib/cfoundry/v2/service_plan.rb
cfoundry-4.3.2.rc1 lib/cfoundry/v2/service_plan.rb
cfoundry-4.3.1 lib/cfoundry/v2/service_plan.rb
cfoundry-4.3.0 lib/cfoundry/v2/service_plan.rb
cfoundry-4.2.0.rc lib/cfoundry/v2/service_plan.rb
cfoundry-4.1.0 lib/cfoundry/v2/service_plan.rb
cfoundry-4.0.4.rc2 lib/cfoundry/v2/service_plan.rb
cfoundry-4.0.4.rc1 lib/cfoundry/v2/service_plan.rb
cfoundry-4.0.3 lib/cfoundry/v2/service_plan.rb
cfoundry-4.0.2.rc5 lib/cfoundry/v2/service_plan.rb
cfoundry-4.0.2.rc4 lib/cfoundry/v2/service_plan.rb
cfoundry-4.0.2.rc3 lib/cfoundry/v2/service_plan.rb
cfoundry-4.0.2.rc2 lib/cfoundry/v2/service_plan.rb
cfoundry-4.0.2.rc1 lib/cfoundry/v2/service_plan.rb
cfoundry-4.0.1 lib/cfoundry/v2/service_plan.rb