Module: Leetchi

Defined in:
lib/leetchi/card.rb,
lib/leetchi/user.rb,
lib/leetchi/wallet.rb,
lib/leetchi/expense.rb,
lib/leetchi/transfer.rb,
lib/leetchi/operation.rb,
lib/leetchi/ressource.rb,
lib/leetchi/withdrawal.rb,
lib/leetchi/beneficiary.rb,
lib/leetchi/contribution.rb,
lib/leetchi-wallet-services.rb,
lib/leetchi/strong_authentication.rb,
lib/leetchi/immediate_contribution.rb,
lib/leetchi/recurrent_contribution.rb,
lib/leetchi/withdrawal_contribution.rb

Defined Under Namespace

Classes: Beneficiary, Card, Configuration, Contribution, Expense, ImmediateContribution, Operation, RecurrentContribution, Ressource, StrongAuthentication, Transfer, User, Wallet, Withdrawal, WithdrawalContribution

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.configurationObject

Returns the value of attribute configuration.



38
39
40
# File 'lib/leetchi-wallet-services.rb', line 38

def configuration
  @configuration
end

Class Method Details

.configure {|configuration| ... } ⇒ Object

Yields:



41
42
43
44
# File 'lib/leetchi-wallet-services.rb', line 41

def self.configure
  self.configuration ||= Configuration.new
  yield configuration
end