class PixiClient::Requests::ShippingGetPicklistHeaders
Attributes
location[RW]
Public Class Methods
new(location)
click to toggle source
# File lib/pixi_client/requests/shipping_get_picklist_headers.rb, line 6 def initialize(location) self.location = location end
Public Instance Methods
api_method()
click to toggle source
# File lib/pixi_client/requests/shipping_get_picklist_headers.rb, line 10 def api_method :pixi_shipping_get_picklist_headers end
message()
click to toggle source
# File lib/pixi_client/requests/shipping_get_picklist_headers.rb, line 14 def message { 'LocID' => location } end