Sha256: 6016d3927b22901b3afcbc603b631ae20051c1a76670d5464d03a33cea98281b

Contents?: true

Size: 263 Bytes

Versions: 6

Compression:

Stored size: 263 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 :gateway_data, :default => {}
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cfoundry-0.3.20 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.19 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.18 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.17 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.16 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.15 lib/cfoundry/v2/service_instance.rb