Sha256: 7749e115f309bbd8f221e75c56fe4283a073224e6b7b6f56b4967e6046b10339

Contents?: true

Size: 262 Bytes

Versions: 8

Compression:

Stored size: 262 Bytes

Contents

require "cfoundry/v2/model"

module CFoundry::V2
  class ServiceInstance < Model
    attribute :name
    to_one    :space
    to_one    :service_plan
    to_many   :service_bindings
    attribute :credentials
    attribute :vendor_data, :default => ""
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cfoundry-0.3.14 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.13 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.12 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.11 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.10 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.9 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.8 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.7 lib/cfoundry/v2/service_instance.rb