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
cloulu-1.0.0 lib/cfoundry/v2/service_plan.rb
cloulu-0.7.0 lib/cfoundry/v2/service_plan.rb
cloulu-0.6.6 lib/cfoundry/v2/service_plan.rb
cloulu-0.6.5 lib/cfoundry/v2/service_plan.rb
cloulu-0.6.1 lib/cfoundry/v2/service_plan.rb
cloulu-0.6.0 lib/cfoundry/v2/service_plan.rb
cloulu-0.5.1 lib/cfoundry/v2/service_plan.rb
cloulu-0.5.0 lib/cfoundry/v2/service_plan.rb
cloulu-0.3.0 lib/cfoundry/v2/service_plan.rb
cloulu-0.2.6 lib/cfoundry/v2/service_plan.rb
cloulu-0.2.5 lib/cfoundry/v2/service_plan.rb
cloulu-0.2.4 lib/cfoundry/v2/service_plan.rb
cloulu-0.2.3 lib/cfoundry/v2/service_plan.rb
cloulu-0.2.1 lib/cfoundry/v2/service_plan.rb
cloulu-0.2.0 lib/cfoundry/v2/service_plan.rb
cloulu-0.1.6 lib/cfoundry/v2/service_plan.rb
cloulu-0.1.5 lib/cfoundry/v2/service_plan.rb
cloulu-0.1.2 lib/cfoundry/v2/service_plan.rb
cloulu-0.1.1 lib/cfoundry/v2/service_plan.rb
static-1.0.3 vendor/cfoundry-0.5.2/lib/cfoundry/v2/service_plan.rb