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

Version Path
jfoundry-0.1.7 lib/jfoundry/v2/managed_service_instance.rb
jfoundry-0.1.6 lib/jfoundry/v2/managed_service_instance.rb
jfoundry-0.1.4 lib/jfoundry/v2/managed_service_instance.rb
jfoundry-0.1.3 lib/jfoundry/v2/managed_service_instance.rb
jfoundry-0.1.2 lib/jfoundry/v2/managed_service_instance.rb
jfoundry-0.1.1 lib/jfoundry/v2/managed_service_instance.rb
jfoundry-0.1.0.pre lib/jfoundry/v2/managed_service_instance.rb
jfoundry-0.1.0 lib/jfoundry/v2/managed_service_instance.rb