Sha256: d36ada0ac4ab1eeb49d0c553a9df2dd3dd60c5298b4e341d1e92244731a9ac89

Contents?: true

Size: 289 Bytes

Versions: 29

Compression:

Stored size: 289 Bytes

Contents

require "cfoundry/v2/model"

module CFoundry::V2
  class ServiceInstance < Model
    attribute :name, :string
    to_one    :space
    to_many   :service_bindings

    scoped_to_space

    queryable_by :name, :space_guid, :service_plan_guid, :service_binding_guid, :gateway_name
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
cfoundry-4.7.0 lib/cfoundry/v2/service_instance.rb
cfoundry-4.6.3.rc3 lib/cfoundry/v2/service_instance.rb
cfoundry-4.6.3.rc2 lib/cfoundry/v2/service_instance.rb
cfoundry-4.6.3.rc1 lib/cfoundry/v2/service_instance.rb
cfoundry-4.6.2 lib/cfoundry/v2/service_instance.rb
cfoundry-4.6.1 lib/cfoundry/v2/service_instance.rb
cfoundry-4.6.0 lib/cfoundry/v2/service_instance.rb
cfoundry-4.5.3 lib/cfoundry/v2/service_instance.rb
cfoundry-4.5.2 lib/cfoundry/v2/service_instance.rb
cfoundry-4.5.1 lib/cfoundry/v2/service_instance.rb
cfoundry-4.5.0 lib/cfoundry/v2/service_instance.rb
cfoundry-4.3.12 lib/cfoundry/v2/service_instance.rb
cfoundry-4.3.11 lib/cfoundry/v2/service_instance.rb
cfoundry-4.3.10 lib/cfoundry/v2/service_instance.rb
cfoundry-4.3.9 lib/cfoundry/v2/service_instance.rb
cfoundry-4.3.8 lib/cfoundry/v2/service_instance.rb
cfoundry-4.3.7 lib/cfoundry/v2/service_instance.rb
cfoundry-4.3.6 lib/cfoundry/v2/service_instance.rb
cfoundry-4.3.5 lib/cfoundry/v2/service_instance.rb
cfoundry-4.3.5.rc1 lib/cfoundry/v2/service_instance.rb