Sha256: d1495a32a720661eb58861d66cd87b38849c7d63d4226b46bc45c36e80dd2a09

Contents?: true

Size: 258 Bytes

Versions: 15

Compression:

Stored size: 258 Bytes

Contents

require "cfoundry/v2/model"

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
cfoundry-0.3.17 lib/cfoundry/v2/service_binding.rb
cfoundry-0.3.16 lib/cfoundry/v2/service_binding.rb
cfoundry-0.3.15 lib/cfoundry/v2/service_binding.rb
cfoundry-0.3.14 lib/cfoundry/v2/service_binding.rb
cfoundry-0.3.13 lib/cfoundry/v2/service_binding.rb
cfoundry-0.3.12 lib/cfoundry/v2/service_binding.rb
cfoundry-0.3.11 lib/cfoundry/v2/service_binding.rb
cfoundry-0.3.10 lib/cfoundry/v2/service_binding.rb
cfoundry-0.3.9 lib/cfoundry/v2/service_binding.rb
cfoundry-0.3.8 lib/cfoundry/v2/service_binding.rb
cfoundry-0.3.7 lib/cfoundry/v2/service_binding.rb
cfoundry-0.3.6 lib/cfoundry/v2/service_binding.rb
cfoundry-0.3.5 lib/cfoundry/v2/service_binding.rb
cfoundry-0.3.4 lib/cfoundry/v2/service_binding.rb
cfoundry-0.3.3 lib/cfoundry/v2/service_binding.rb