Sha256: dc51d3c1bdf0822971ec9b90b651bf9b8416476ad9a419c4214d2283b97ff548

Contents?: true

Size: 253 Bytes

Versions: 24

Compression:

Stored size: 253 Bytes

Contents

require "cfoundry/v2/model"

module CFoundry::V2
  class ServiceBroker < Model
    attribute :name, :string
    attribute :broker_url, :string
    attribute :auth_username, :string
    attribute :auth_password, :string

    queryable_by :name
  end
end

Version data entries

24 entries across 24 versions & 3 rubygems

Version Path
new_cfoundry-4.9.4 lib/cfoundry/v2/service_broker.rb
new_cfoundry-4.9.3 lib/cfoundry/v2/service_broker.rb
ncfoundry-4.9.4 lib/cfoundry/v2/service_broker.rb
ncfoundry-4.9.3 lib/cfoundry/v2/service_broker.rb
ncfoundry-4.9.2 lib/cfoundry/v2/service_broker.rb
new_cfoundry-4.9.2 lib/cfoundry/v2/service_broker.rb
new_cfoundry-4.9.1 lib/cfoundry/v2/service_broker.rb
new_cfoundry-4.9.0 lib/cfoundry/v2/service_broker.rb
new_cfoundry-4.8.3 lib/cfoundry/v2/service_broker.rb
new_cfoundry-4.8.2 lib/cfoundry/v2/service_broker.rb
cfoundry-4.7.2.rc1 lib/cfoundry/v2/service_broker.rb
cfoundry-4.7.1 lib/cfoundry/v2/service_broker.rb
cfoundry-4.7.1.rc1 lib/cfoundry/v2/service_broker.rb
cfoundry-4.7.0 lib/cfoundry/v2/service_broker.rb
cfoundry-4.6.3.rc3 lib/cfoundry/v2/service_broker.rb
cfoundry-4.6.3.rc2 lib/cfoundry/v2/service_broker.rb
cfoundry-4.6.3.rc1 lib/cfoundry/v2/service_broker.rb
cfoundry-4.6.2 lib/cfoundry/v2/service_broker.rb
cfoundry-4.6.1 lib/cfoundry/v2/service_broker.rb
cfoundry-4.6.0 lib/cfoundry/v2/service_broker.rb