Class: Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequest

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#bodyPeddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams? (readonly)

Returns the value of attribute body.



122
123
124
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 122

def body
  @body
end

#methodString (readonly)

Returns the value of attribute method.

Returns:

  • (String)


123
124
125
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 123

def method
  @method
end

#uriString (readonly)

Returns the value of attribute uri.

Returns:

  • (String)


124
125
126
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 124

def uri
  @uri
end

Class Method Details

.[](method:, uri:, body:) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequest .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequest



115
116
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 115

def self.[]: (method: String, uri: String, ?body: Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams?) -> Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequest
| (String, String, Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams?) -> Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequest

.members[ :method, :uri, :body ]

Returns:

  • ([ :method, :uri, :body ])


118
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 118

def self.members: () -> [ :method, :uri, :body ]

.new(method:, uri:, body:) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequest .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequest



113
114
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 113

def self.new: (method: String, uri: String, ?body: Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams?) -> Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequest
| (String, String, Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams?) -> Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequest

.parsePeddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequest

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



120
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 120

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequest

Instance Method Details

#members[ :method, :uri, :body ]

Returns:

  • ([ :method, :uri, :body ])


126
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 126

def members: () -> [ :method, :uri, :body ]

#to_h{ method: String, uri: String, body: Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams? }

Returns:



127
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 127

def to_h: () -> { method: String, uri: String, body: Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams? }