Class: BlockchainNode::Client::AuthToken
- Inherits:
-
Struct
- Object
- Struct
- BlockchainNode::Client::AuthToken
- Defined in:
- lib/blockchain-node/client.rb
Instance Attribute Summary collapse
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#expires_at ⇒ Object
Returns the value of attribute expires_at
5 6 7 |
# File 'lib/blockchain-node/client.rb', line 5 def expires_at @expires_at end |
#token ⇒ Object
Returns the value of attribute token
5 6 7 |
# File 'lib/blockchain-node/client.rb', line 5 def token @token end |