class Elong::API::Common::Core

Elong Common Core API Class

Public Instance Methods

creditcard() click to toggle source

The Creditcard seciont

@return [Elong::API::Common::Creditcard]

# File lib/elong/api/common/core.rb, line 10
def creditcard
  @creditcard ||= Elong::API::Common::Creditcard.new(@client)
end