Sha256: f42231c67c2e248d0a9e947b4bfa3a356d74f08bc2ad83f7e52dcbc26d2a9708

Contents?: true

Size: 376 Bytes

Versions: 14

Compression:

Stored size: 376 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
    to_one    :service
    to_many   :service_instances

    queryable_by :service_guid, :service_instance_guid
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
cfoundry-4.6.3.rc1 lib/cfoundry/v2/service_plan.rb
cfoundry-4.6.2 lib/cfoundry/v2/service_plan.rb
cfoundry-4.6.1 lib/cfoundry/v2/service_plan.rb
cfoundry-4.6.0 lib/cfoundry/v2/service_plan.rb
cfoundry-4.5.3 lib/cfoundry/v2/service_plan.rb
cfoundry-4.5.2 lib/cfoundry/v2/service_plan.rb
cfoundry-4.5.1 lib/cfoundry/v2/service_plan.rb
cfoundry-4.5.0 lib/cfoundry/v2/service_plan.rb
cfoundry-4.3.12 lib/cfoundry/v2/service_plan.rb
cfoundry-4.3.11 lib/cfoundry/v2/service_plan.rb
cfoundry-4.3.10 lib/cfoundry/v2/service_plan.rb
cfoundry-4.3.9 lib/cfoundry/v2/service_plan.rb
cfoundry-4.3.8 lib/cfoundry/v2/service_plan.rb
cfoundry-4.3.7 lib/cfoundry/v2/service_plan.rb