Class: Elong::API::Common::Core

Inherits:
Base
  • Object
show all
Defined in:
lib/elong/api/common/core.rb

Overview

Elong Common Core API Class

Instance Method Summary collapse

Methods inherited from Base

#buildAPI, #initialize, #request

Constructor Details

This class inherits a constructor from Elong::API::Base

Instance Method Details

#creditcardElong::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