class AliExpress::Configuration
Attributes
app_code[RW]
query_url[RW]
Public Class Methods
new()
click to toggle source
# File lib/ali_express/configuration.rb, line 5 def initialize @query_url = 'http://jisukdcx.market.alicloudapi.com/express/query' end