Sha256: c0840ae4c2c5f2872d6c0eca4c6f0bab9cb51bd931f6c779d1f1576c98bfcc1c
Contents?: true
Size: 278 Bytes
Versions: 8
Compression:
Stored size: 278 Bytes
Contents
require "jfoundry/v2/service_instance" module JFoundry::V2 class ManagedServiceInstance < ServiceInstance attribute :dashboard_url, :string attribute :credentials, :hash to_one :service_plan def self.object_name 'service_instance' end end end
Version data entries
8 entries across 8 versions & 1 rubygems