Module: RlmLogistics

Extended by:
RlmLogistics
Included in:
RlmLogistics
Defined in:
lib/rlm_logistics.rb,
lib/rlm_logistics/client.rb,
lib/rlm_logistics/version.rb,
lib/rlm_logistics/response.rb,
lib/rlm_logistics/record/base.rb,
lib/rlm_logistics/record/item.rb,
lib/rlm_logistics/record/line.rb,
lib/rlm_logistics/record/credit.rb,
lib/rlm_logistics/record/address.rb,
lib/rlm_logistics/record/inventory.rb,
lib/rlm_logistics/record/sales_order.rb,
lib/rlm_logistics/record/packed_order.rb,
lib/rlm_logistics/helpers/authentication_helper.rb

Defined Under Namespace

Modules: Helpers, Record Classes: Client, Response

Constant Summary collapse

VERSION =
"0.1.3"

Instance Method Summary collapse

Instance Method Details

#config {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (RlmLogistics)

    the object that the method was called on



23
24
25
# File 'lib/rlm_logistics.rb', line 23

def config
  yield self
end