Sha256: 8efba2f3d177b3ebbaf035ff3e75aa64a0ec03a85d5794ea14b2c7df445c9d8a

Contents?: true

Size: 327 Bytes

Versions: 13

Compression:

Stored size: 327 Bytes

Contents

require "cfoundry/v2/model"

module CFoundry::V2
  class ServiceInstance < Model
    attribute :name, :string
    attribute :dashboard_url, :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

13 entries across 13 versions & 3 rubygems

Version Path
new_cfoundry-4.9.4 lib/cfoundry/v2/service_instance.rb
new_cfoundry-4.9.3 lib/cfoundry/v2/service_instance.rb
ncfoundry-4.9.4 lib/cfoundry/v2/service_instance.rb
ncfoundry-4.9.3 lib/cfoundry/v2/service_instance.rb
ncfoundry-4.9.2 lib/cfoundry/v2/service_instance.rb
new_cfoundry-4.9.2 lib/cfoundry/v2/service_instance.rb
new_cfoundry-4.9.1 lib/cfoundry/v2/service_instance.rb
new_cfoundry-4.9.0 lib/cfoundry/v2/service_instance.rb
new_cfoundry-4.8.3 lib/cfoundry/v2/service_instance.rb
new_cfoundry-4.8.2 lib/cfoundry/v2/service_instance.rb
cfoundry-4.7.2.rc1 lib/cfoundry/v2/service_instance.rb
cfoundry-4.7.1 lib/cfoundry/v2/service_instance.rb
cfoundry-4.7.1.rc1 lib/cfoundry/v2/service_instance.rb