Class: Fintoc::V1::Client
- Inherits:
-
BaseClient
- Object
- BaseClient
- Fintoc::V1::Client
- Defined in:
- lib/fintoc/v1/client/client.rb
Instance Attribute Summary
Attributes inherited from BaseClient
Instance Method Summary collapse
Methods inherited from BaseClient
#delete, #fetch_next, #get, #initialize, #patch, #post, #request, #to_s
Methods included from Utils
#flatten, #pick, #pluralize, #snake_to_pascal
Constructor Details
This class inherits a constructor from Fintoc::BaseClient
Instance Method Details
#links ⇒ Object
7 8 9 |
# File 'lib/fintoc/v1/client/client.rb', line 7 def links @links ||= Managers::LinksManager.new(self) end |