Class: Lifen::UserAuthenticatedClient
- Defined in:
- lib/lifen/user_authenticated_client.rb
Instance Attribute Summary collapse
-
#token ⇒ Object
readonly
Returns the value of attribute token.
Instance Method Summary collapse
-
#initialize(token) ⇒ UserAuthenticatedClient
constructor
A new instance of UserAuthenticatedClient.
Methods inherited from Client
Constructor Details
#initialize(token) ⇒ UserAuthenticatedClient
Returns a new instance of UserAuthenticatedClient.
4 5 6 |
# File 'lib/lifen/user_authenticated_client.rb', line 4 def initialize(token) @token = token end |
Instance Attribute Details
#token ⇒ Object (readonly)
Returns the value of attribute token.
8 9 10 |
# File 'lib/lifen/user_authenticated_client.rb', line 8 def token @token end |