Sha256: 88c6883a7f57b45bcf12b16d6aede0df66d87c42f10549caa0f3fe4c549dd460

Contents?: true

Size: 266 Bytes

Versions: 3

Compression:

Stored size: 266 Bytes

Contents

require "cfoundry/v2/model"

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cfoundry-0.3.2 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.1 lib/cfoundry/v2/service_instance.rb
cfoundry-0.3.0 lib/cfoundry/v2/service_instance.rb