Sha256: 324e6582e3a45cfe22668a1b634970068b9d3cd69567751585cd0538f2872187

Contents?: true

Size: 208 Bytes

Versions: 9

Compression:

Stored size: 208 Bytes

Contents

require "cfoundry/v2/model"

module CFoundry::V2
  class UserProvidedServiceInstance < Model
    attribute :name, :string
    attribute :credentials, :hash
    to_one    :space

    scoped_to_space
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
cfoundry-4.0.4.rc1 lib/cfoundry/v2/user_provided_service_instance.rb
cfoundry-4.0.3 lib/cfoundry/v2/user_provided_service_instance.rb
cfoundry-4.0.2.rc5 lib/cfoundry/v2/user_provided_service_instance.rb
cfoundry-4.0.2.rc4 lib/cfoundry/v2/user_provided_service_instance.rb
cfoundry-4.0.2.rc3 lib/cfoundry/v2/user_provided_service_instance.rb
cfoundry-4.0.2.rc2 lib/cfoundry/v2/user_provided_service_instance.rb
cfoundry-4.0.2.rc1 lib/cfoundry/v2/user_provided_service_instance.rb
cfoundry-4.0.1 lib/cfoundry/v2/user_provided_service_instance.rb
cfoundry-4.0.0 lib/cfoundry/v2/user_provided_service_instance.rb