Class: Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequest
- Defined in:
- sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs
Instance Attribute Summary collapse
-
#body ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams?
readonly
Returns the value of attribute body.
-
#method ⇒ String
readonly
Returns the value of attribute method.
-
#uri ⇒ String
readonly
Returns the value of attribute uri.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :method, :uri, :body ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequest
Instance Method Summary collapse
-
#members ⇒ [ :method, :uri, :body ]
-
#to_h ⇒ { method: String, uri: String, body: Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams? }
Instance Attribute Details
#body ⇒ Peddler::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 |
#method ⇒ String (readonly)
Returns the value of attribute method.
123 124 125 |
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 123 def method @method end |
#uri ⇒ String (readonly)
Returns the value of attribute uri.
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 ]
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
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequest
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 ]
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? }
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? }
|