Class: Bitreserve::Entities::AuthToken
- Inherits:
-
BaseEntity
- Object
- BaseEntity
- Bitreserve::Entities::AuthToken
- Defined in:
- lib/bitreserve/entities/auth_token.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
readonly
Returns the value of attribute access_token.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#expires ⇒ Object
readonly
Returns the value of attribute expires.
Method Summary
Methods inherited from BaseEntity
Constructor Details
This class inherits a constructor from Bitreserve::Entities::BaseEntity
Instance Attribute Details
#access_token ⇒ Object (readonly)
Returns the value of attribute access_token.
4 5 6 |
# File 'lib/bitreserve/entities/auth_token.rb', line 4 def access_token @access_token end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
4 5 6 |
# File 'lib/bitreserve/entities/auth_token.rb', line 4 def description @description end |
#expires ⇒ Object (readonly)
Returns the value of attribute expires.
4 5 6 |
# File 'lib/bitreserve/entities/auth_token.rb', line 4 def expires @expires end |