Sha256: 91c4405955774f64ac39f28ee58cec367bb8add58b396f39719c216394e3fe84
Contents?: true
Size: 389 Bytes
Versions: 12
Compression:
Stored size: 389 Bytes
Contents
require "cfoundry/v2/model" module CFoundry::V2 class ServiceInstance < Model attribute :name, :string attribute :dashboard_url, :string attribute :credentials, :hash to_one :space to_one :service_plan 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
12 entries across 12 versions & 1 rubygems