Module: Revolut

Defined in:
lib/revolut.rb,
lib/revolut/mash.rb,
lib/revolut/error.rb,
lib/revolut/utils.rb,
lib/revolut/client.rb,
lib/revolut/version.rb,
lib/revolut/connection.rb,
lib/revolut/configuration.rb,
lib/revolut/clients/accounts.rb,
lib/revolut/clients/payments.rb,
lib/revolut/clients/webhooks.rb,
lib/revolut/clients/exchanges.rb,
lib/revolut/clients/counterparties.rb,
lib/revolut/clients/payment_drafts.rb,
lib/revolut/middleware/raise_error.rb

Overview

Main module for gem.

Defined Under Namespace

Modules: Clients, Middleware, Utils Classes: BadRequest, Client, Configuration, Connection, Error, Forbidden, InternalServerError, Mash, MethodNotAllowed, NotAcceptable, NotFound, ServiceUnavailable, TooManyRequests, Unauthorized

Constant Summary collapse

VERSION =
'1.3.0'

Class Method Summary collapse

Class Method Details

.clientObject



11
12
13
# File 'lib/revolut.rb', line 11

def client
  @client ||= Revolut::Client.new
end