Sha256: b02e18f70bbd002b311cdb4006b715687515ad4df8eb6d85a469d0c547ccc9f7

Contents?: true

Size: 259 Bytes

Versions: 3

Compression:

Stored size: 259 Bytes

Contents

require "cfoundry/v2/model"

module CFoundry::V2
  class ServiceBinding < Model
    attribute :credentials
    attribute :binding_options, :default => {}
    attribute :gateway_data, :default => {}
    to_one    :app
    to_one    :service_instance
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cfoundry-0.3.20 lib/cfoundry/v2/service_binding.rb
cfoundry-0.3.19 lib/cfoundry/v2/service_binding.rb
cfoundry-0.3.18 lib/cfoundry/v2/service_binding.rb