Sha256: e4401b3031b646ff37452a7ad4945eb3033458dbaebbb159e0094c6ed4f537ba
Contents?: true
Size: 240 Bytes
Versions: 4
Compression:
Stored size: 240 Bytes
Contents
require "cfoundry/v2/service_instance" module CFoundry::V2 class ManagedServiceInstance < ServiceInstance attribute :credentials, :hash to_one :service_plan def self.object_name 'service_instance' end end end
Version data entries
4 entries across 4 versions & 2 rubygems