Module: ForteRuby
- Defined in:
- lib/forte_ruby.rb,
lib/forte_ruby/version.rb,
lib/forte_ruby/api/base.rb,
lib/forte_ruby/api/object.rb,
lib/forte_ruby/api/objects.rb,
lib/forte_ruby/api/request_data.rb,
lib/forte_ruby/resourses/address.rb,
lib/forte_ruby/resourses/customer.rb,
lib/forte_ruby/resourses/addresses.rb,
lib/forte_ruby/resourses/customers.rb,
lib/forte_ruby/resourses/settlement.rb,
lib/forte_ruby/resourses/settlements.rb,
lib/forte_ruby/resourses/transaction.rb,
lib/forte_ruby/resourses/transactions.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
"0.1.1"
Class Method Summary collapse
Class Method Details
.customers ⇒ Object
16 17 18 |
# File 'lib/forte_ruby.rb', line 16 def self.customers ForteRuby::Resourses::Customers.new end |
.settlements ⇒ Object
24 25 26 |
# File 'lib/forte_ruby.rb', line 24 def self.settlements ForteRuby::Resourses::Settlements.new end |
.transactions ⇒ Object
20 21 22 |
# File 'lib/forte_ruby.rb', line 20 def self.transactions ForteRuby::Resourses::Transactions.new end |