Sha256: 94217726da5cfcd3cd1315a47d231674222a36872ded3522c2c7fb76c0c43043

Contents?: true

Size: 183 Bytes

Versions: 3

Compression:

Stored size: 183 Bytes

Contents

require "cfoundry/v2/model"

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cfoundry-4.3.1 lib/cfoundry/v2/service_broker.rb
cfoundry-4.3.0 lib/cfoundry/v2/service_broker.rb
cfoundry-4.2.0.rc lib/cfoundry/v2/service_broker.rb