Class: Tripletexer::Endpoints::Token
- Inherits:
-
AbstractEndpoint
- Object
- AbstractEndpoint
- Tripletexer::Endpoints::Token
- Defined in:
- lib/tripletexer/endpoints/token.rb
Defined Under Namespace
Instance Method Summary collapse
Methods inherited from AbstractEndpoint
Constructor Details
This class inherits a constructor from Tripletexer::Endpoints::AbstractEndpoint
Instance Method Details
#consumer ⇒ Object
5 6 7 |
# File 'lib/tripletexer/endpoints/token.rb', line 5 def consumer ::Tripletexer::Endpoints::Token::Consumer.new(api_client) end |
#session ⇒ Object
9 10 11 |
# File 'lib/tripletexer/endpoints/token.rb', line 9 def session ::Tripletexer::Endpoints::Token::Session.new(api_client) end |