Class: BlockchainNode::Client::AuthToken

Inherits:
Struct
  • Object
show all
Defined in:
lib/blockchain-node/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expires_atObject

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



5
6
7
# File 'lib/blockchain-node/client.rb', line 5

def expires_at
  @expires_at
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



5
6
7
# File 'lib/blockchain-node/client.rb', line 5

def token
  @token
end