Module: Flinks

Defined in:
lib/flinks.rb,
lib/flinks/error.rb,
lib/flinks/client.rb,
lib/flinks/request.rb,
lib/flinks/api/card.rb,
lib/flinks/api/account.rb,
lib/flinks/api/refresh.rb,
lib/flinks/api/authorize.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, OperationDispatched, OperationPending, ServerError, ServiceUnavailable, SessionNonexistent, TooManyRequests, Unauthorized, UnprocessableEntity, UnsupportedMediaType

Class Method Summary collapse

Class Method Details

.new(options = {}) ⇒ Flinks::Client

Alias for Flinks::Client.new

Returns:



10
11
12
# File 'lib/flinks.rb', line 10

def new(options = {})
  Flinks::Client.new(options)
end