Sha256: 5fc0b15a087f51cc487019114446123311ffd9c5aa1ce6ec62d5316b12eb4f87

Contents?: true

Size: 221 Bytes

Versions: 8

Compression:

Stored size: 221 Bytes

Contents

require "jfoundry/v2/model"

module JFoundry::V2
  class ServiceAuthToken < Model
    attribute :label, :string
    attribute :provider, :string
    #attribute :token, :string
    attribute :access_key, :string
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

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