Class: Regaliator::V15::Client

Inherits:
Client
  • Object
show all
Defined in:
lib/regaliator/v15/client.rb

Instance Attribute Summary

Attributes inherited from Client

#config

Instance Method Summary collapse

Methods inherited from Client

#initialize

Constructor Details

This class inherits a constructor from Regaliator::Client

Instance Method Details

#accountObject



11
12
13
# File 'lib/regaliator/v15/client.rb', line 11

def 
  Account.new(config)
end

#billObject



15
16
17
# File 'lib/regaliator/v15/client.rb', line 15

def bill
  Bill.new(config)
end

#billerObject



19
20
21
# File 'lib/regaliator/v15/client.rb', line 19

def biller
  Biller.new(config)
end

#rateObject



23
24
25
# File 'lib/regaliator/v15/client.rb', line 23

def rate
  Rate.new(config)
end

#transactionObject



27
28
29
# File 'lib/regaliator/v15/client.rb', line 27

def transaction
  Transaction.new(config)
end