Class: Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryResponse

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::InventoryResponseBody (readonly)

Returns the value of attribute body.



158
159
160
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 158

def body
  @body
end

#statusPeddler::APIs::ExternalFulfillmentInventory20240911::HttpStatusLine (readonly)

Returns the value of attribute status.



159
160
161
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 159

def status
  @status
end

Class Method Details

.[](body:, status:) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryResponse .[](arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryResponse



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

def self.[]: (body: Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryResponseBody, status: Peddler::APIs::ExternalFulfillmentInventory20240911::HttpStatusLine) -> Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryResponse
| (Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryResponseBody, Peddler::APIs::ExternalFulfillmentInventory20240911::HttpStatusLine) -> Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryResponse

.members[ :body, :status ]

Returns:

  • ([ :body, :status ])


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

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

.new(body:, status:) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryResponse .new(arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryResponse



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

def self.new: (body: Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryResponseBody, status: Peddler::APIs::ExternalFulfillmentInventory20240911::HttpStatusLine) -> Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryResponse
| (Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryResponseBody, Peddler::APIs::ExternalFulfillmentInventory20240911::HttpStatusLine) -> Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryResponse

.parsePeddler::APIs::ExternalFulfillmentInventory20240911::InventoryResponse

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :body, :status ]

Returns:

  • ([ :body, :status ])


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

def members: () -> [ :body, :status ]

#to_h{ body: Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryResponseBody, status: Peddler::APIs::ExternalFulfillmentInventory20240911::HttpStatusLine }



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

def to_h: () -> { body: Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryResponseBody, status: Peddler::APIs::ExternalFulfillmentInventory20240911::HttpStatusLine }