Module: Flinks
- Defined in:
- lib/flinks.rb,
lib/flinks/error.rb,
lib/flinks/client.rb,
lib/flinks/request.rb,
lib/flinks/version.rb,
lib/flinks/api/card.rb,
lib/flinks/api/account.rb,
lib/flinks/api/refresh.rb,
lib/flinks/api/statement.rb
Defined Under Namespace
Modules: API, Request Classes: BadGateway, BadRequest, Client, ClientError, Conflict, Error, Forbidden, InternalServerError, MethodNotAllowed, NotAcceptable, NotFound, NotImplemented, ServerError, ServiceUnavailable, TooManyRequests, Unauthorized, UnprocessableEntity, UnsupportedMediaType
Constant Summary collapse
- VERSION =
File.read('VERSION')
Class Method Summary collapse
-
.new(options = {}) ⇒ Flinks::Client
Alias for Flinks::Client.new.
Class Method Details
.new(options = {}) ⇒ Flinks::Client
Alias for Flinks::Client.new
8 9 10 |
# File 'lib/flinks.rb', line 8 def new( = {}) Flinks::Client.new() end |