class MWS::API::FulfillmentInventory
Constants
- ACTIONS
Public Class Methods
new(connection)
click to toggle source
Calls superclass method
MWS::API::Base::new
# File lib/mws/api/fulfillment_inventory.rb, line 7 def initialize(connection) @uri = '/FulfillmentInventory/2010-10-01' @version = '2010-10-01' super end