Class: Bitreserve::Entities::AuthToken

Inherits:
BaseEntity
  • Object
show all
Defined in:
lib/bitreserve/entities/auth_token.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseEntity

from_collection, #initialize

Constructor Details

This class inherits a constructor from Bitreserve::Entities::BaseEntity

Instance Attribute Details

#access_tokenObject (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

#descriptionObject (readonly)

Returns the value of attribute description.



4
5
6
# File 'lib/bitreserve/entities/auth_token.rb', line 4

def description
  @description
end

#expiresObject (readonly)

Returns the value of attribute expires.



4
5
6
# File 'lib/bitreserve/entities/auth_token.rb', line 4

def expires
  @expires
end