Class: AkamaiApi::ECCU::Token

Inherits:
Object
  • Object
show all
Defined in:
lib/akamai_api/eccu/token.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type, value) ⇒ Token

Returns a new instance of Token.



6
7
8
# File 'lib/akamai_api/eccu/token.rb', line 6

def initialize type, value
  @type, @value = type, value
end

Instance Attribute Details

#typeObject

Returns the value of attribute type.



4
5
6
# File 'lib/akamai_api/eccu/token.rb', line 4

def type
  @type
end

#valueObject

Returns the value of attribute value.



4
5
6
# File 'lib/akamai_api/eccu/token.rb', line 4

def value
  @value
end