Sha256: 68f659709e9efb6746c215378594596a6f8aed449dc4142520a976346985e554

Contents?: true

Size: 207 Bytes

Versions: 8

Compression:

Stored size: 207 Bytes

Contents

require "jfoundry/v2/model"

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

    queryable_by :name
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

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