Module: AliexpressAPI

Defined in:
lib/aliexpress_api.rb,
lib/aliexpress_api/version.rb,
lib/aliexpress_api/connection.rb,
lib/aliexpress_api/exceptions.rb,
lib/aliexpress_api/resources/base.rb,
lib/aliexpress_api/resources/token.rb,
lib/aliexpress_api/resources/ds_order.rb,
lib/aliexpress_api/resources/ds_product.rb,
lib/aliexpress_api/resources/ds_logistic.rb,
lib/aliexpress_api/threadsafe_attributes.rb

Defined Under Namespace

Modules: ThreadsafeAttributes Classes: AccessToken, AppKeyNotSetError, AppSecretNotSetError, BadRequestError, Base, Connection, ConnectionError, DsLogistic, DsOrder, DsProduct, Error, ForbiddenAccessError, HeaderError, RedirectionError, RequestError, ResourceInvalidError, ResourceNotFoundError, ResponseError, ResultError, ServerError, StateError, TimeoutError, TooManyRequestsError, UnauthorizedAccessError

Constant Summary collapse

VERSION =
'1.0'
@@app_key =
nil
@@app_secret =
nil
@@service_endpoint =
nil

Class Method Summary collapse

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (AliexpressAPI)

    the object that the method was called on



20
21
22
# File 'lib/aliexpress_api.rb', line 20

def self.configure
  yield self
end