Sha256: 6016d3927b22901b3afcbc603b631ae20051c1a76670d5464d03a33cea98281b
Contents?: true
Size: 263 Bytes
Versions: 6
Compression:
Stored size: 263 Bytes
Contents
require "cfoundry/v2/model" module CFoundry::V2 class ServiceInstance < Model attribute :name to_one :space to_one :service_plan to_many :service_bindings attribute :credentials attribute :gateway_data, :default => {} end end
Version data entries
6 entries across 6 versions & 1 rubygems