Sha256: 41aff58aab7e878333fd32436896593185c62b1e43a38c5516d97373f78a957f

Contents?: true

Size: 207 Bytes

Versions: 13

Compression:

Stored size: 207 Bytes

Contents

require "cfoundry/v2/model"

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

    queryable_by :name
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
cfoundry-4.3.12 lib/cfoundry/v2/service_broker.rb
cfoundry-4.3.11 lib/cfoundry/v2/service_broker.rb
cfoundry-4.3.10 lib/cfoundry/v2/service_broker.rb
cfoundry-4.3.9 lib/cfoundry/v2/service_broker.rb
cfoundry-4.3.8 lib/cfoundry/v2/service_broker.rb
cfoundry-4.3.7 lib/cfoundry/v2/service_broker.rb
cfoundry-4.3.6 lib/cfoundry/v2/service_broker.rb
cfoundry-4.3.5 lib/cfoundry/v2/service_broker.rb
cfoundry-4.3.5.rc1 lib/cfoundry/v2/service_broker.rb
cfoundry-4.3.4 lib/cfoundry/v2/service_broker.rb
cfoundry-4.3.4.rc1 lib/cfoundry/v2/service_broker.rb
cfoundry-4.3.3 lib/cfoundry/v2/service_broker.rb
cfoundry-4.3.2.rc1 lib/cfoundry/v2/service_broker.rb