Class: VersacommerceAPI::Shipment

Inherits:
Base show all
Includes:
Associatable
Defined in:
lib/versacommerce_api/resources/shipment.rb

Instance Method Summary collapse

Methods included from Associatable

#associated_resource

Methods inherited from Base

activate_session, all, clear_session, headers, root!

Methods included from Countable

#count

Methods inherited from ActiveResource::Base

build, delete, headers

Instance Method Details

#orderObject



7
8
9
# File 'lib/versacommerce_api/resources/shipment.rb', line 7

def order
  associated_resource "order", false
end