Sha256: 712c16290856f870e1e414b0676bcaae28390c4bbde2e5d7e36c8bfada509ee1

Contents?: true

Size: 190 Bytes

Versions: 24

Compression:

Stored size: 190 Bytes

Contents

require "cfoundry/v2/model"

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

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
cfoundry-0.3.23 lib/cfoundry/v2/service_plan.rb
cfoundry-0.3.22 lib/cfoundry/v2/service_plan.rb
cfoundry-0.3.21 lib/cfoundry/v2/service_plan.rb
cfoundry-0.3.20 lib/cfoundry/v2/service_plan.rb
cfoundry-0.3.19 lib/cfoundry/v2/service_plan.rb
cfoundry-0.3.18 lib/cfoundry/v2/service_plan.rb
cfoundry-0.3.17 lib/cfoundry/v2/service_plan.rb
cfoundry-0.3.16 lib/cfoundry/v2/service_plan.rb
cfoundry-0.3.15 lib/cfoundry/v2/service_plan.rb
cfoundry-0.3.14 lib/cfoundry/v2/service_plan.rb
cfoundry-0.3.13 lib/cfoundry/v2/service_plan.rb
cfoundry-0.3.12 lib/cfoundry/v2/service_plan.rb
cfoundry-0.3.11 lib/cfoundry/v2/service_plan.rb
cfoundry-0.3.10 lib/cfoundry/v2/service_plan.rb
cfoundry-0.3.9 lib/cfoundry/v2/service_plan.rb
cfoundry-0.3.8 lib/cfoundry/v2/service_plan.rb
cfoundry-0.3.7 lib/cfoundry/v2/service_plan.rb
cfoundry-0.3.6 lib/cfoundry/v2/service_plan.rb
cfoundry-0.3.5 lib/cfoundry/v2/service_plan.rb
cfoundry-0.3.4 lib/cfoundry/v2/service_plan.rb