Class: Fintoc::V1::Client

Inherits:
BaseClient show all
Defined in:
lib/fintoc/v1/client/client.rb

Instance Attribute Summary

Attributes inherited from BaseClient

#default_params

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



7
8
9
# File 'lib/fintoc/v1/client/client.rb', line 7

def links
  @links ||= Managers::LinksManager.new(self)
end