Class: GetTokenUsage

Inherits:
Object
  • Object
show all
Defined in:
lib/default.rb

Overview

/GetTokenUsage

tokenId - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(tokenId = nil) ⇒ GetTokenUsage

Returns a new instance of GetTokenUsage.



755
756
757
# File 'lib/default.rb', line 755

def initialize(tokenId = nil)
  @tokenId = tokenId
end

Instance Attribute Details

#tokenIdObject

Returns the value of attribute tokenId.



753
754
755
# File 'lib/default.rb', line 753

def tokenId
  @tokenId
end