class Elong::API::Common::Core
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