Sha256: dc3b7351dc17e9130ba20ab355e10bf6c510e537f0189c6cce819621ae3dc4c4

Contents?: true

Size: 193 Bytes

Versions: 167

Compression:

Stored size: 193 Bytes

Contents

require "cfoundry/v2/model"

module CFoundry::V2
  class ServiceBinding < Model
    to_one    :app
    to_one    :service_instance

    queryable_by :app_guid, :service_instance_guid
  end
end

Version data entries

167 entries across 167 versions & 5 rubygems

Version Path
new_cfoundry-4.9.4 lib/cfoundry/v2/service_binding.rb
new_cfoundry-4.9.3 lib/cfoundry/v2/service_binding.rb
ncfoundry-4.9.4 lib/cfoundry/v2/service_binding.rb
ncfoundry-4.9.3 lib/cfoundry/v2/service_binding.rb
ncfoundry-4.9.2 lib/cfoundry/v2/service_binding.rb
new_cfoundry-4.9.2 lib/cfoundry/v2/service_binding.rb
new_cfoundry-4.9.1 lib/cfoundry/v2/service_binding.rb
new_cfoundry-4.9.0 lib/cfoundry/v2/service_binding.rb
new_cfoundry-4.8.3 lib/cfoundry/v2/service_binding.rb
new_cfoundry-4.8.2 lib/cfoundry/v2/service_binding.rb
cloulu-1.0.0 lib/cfoundry/v2/service_binding.rb
cfoundry-4.7.2.rc1 lib/cfoundry/v2/service_binding.rb
cloulu-0.7.0 lib/cfoundry/v2/service_binding.rb
cfoundry-4.7.1 lib/cfoundry/v2/service_binding.rb
cfoundry-4.7.1.rc1 lib/cfoundry/v2/service_binding.rb
cloulu-0.6.6 lib/cfoundry/v2/service_binding.rb
cfoundry-4.7.0 lib/cfoundry/v2/service_binding.rb
cfoundry-4.6.3.rc3 lib/cfoundry/v2/service_binding.rb
cloulu-0.6.5 lib/cfoundry/v2/service_binding.rb
cfoundry-4.6.3.rc2 lib/cfoundry/v2/service_binding.rb