Class: Elong::API::Common::Core
- Defined in:
- lib/elong/api/common/core.rb
Overview
Elong Common Core API Class
Instance Method Summary collapse
-
#creditcard ⇒ Elong::API::Common::Creditcard
The Creditcard seciont.
Methods inherited from Base
#buildAPI, #initialize, #request
Constructor Details
This class inherits a constructor from Elong::API::Base
Instance Method Details
#creditcard ⇒ Elong::API::Common::Creditcard
The Creditcard seciont
10 11 12 |
# File 'lib/elong/api/common/core.rb', line 10 def creditcard @creditcard ||= Elong::API::Common::Creditcard.new(@client) end |