Sha256: 764bfc820a1e3cbf28cde0fb65472d47812aee378c2a2d3a7ced2b5fe088015e
Contents?: true
Size: 374 Bytes
Versions: 16
Compression:
Stored size: 374 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 end end
Version data entries
16 entries across 16 versions & 1 rubygems