Class: Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResponse

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#errorsArray[Peddler::APIs::FulfillmentInboundV0::Error]? (readonly)

Returns the value of attribute errors.



224
225
226
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 224

def errors
  @errors
end

#payloadPeddler::APIs::FulfillmentInboundV0::GetShipmentItemsResult? (readonly)

Returns the value of attribute payload.



225
226
227
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 225

def payload
  @payload
end

Class Method Details

.[](errors:, payload:) ⇒ Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResponse



217
218
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 217

def self.[]: (?errors: Array[Peddler::APIs::FulfillmentInboundV0::Error]?, ?payload: Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResult?) -> Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResponse
| (Array[Peddler::APIs::FulfillmentInboundV0::Error]?, Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResult?) -> Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResponse

.members[ :errors, :payload ]

Returns:

  • ([ :errors, :payload ])


220
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 220

def self.members: () -> [ :errors, :payload ]

.new(errors:, payload:) ⇒ Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResponse



215
216
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 215

def self.new: (?errors: Array[Peddler::APIs::FulfillmentInboundV0::Error]?, ?payload: Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResult?) -> Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResponse
| (Array[Peddler::APIs::FulfillmentInboundV0::Error]?, Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResult?) -> Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResponse

.parsePeddler::APIs::FulfillmentInboundV0::GetShipmentItemsResponse

Parameters:

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

Returns:



222
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 222

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

Instance Method Details

#members[ :errors, :payload ]

Returns:

  • ([ :errors, :payload ])


227
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 227

def members: () -> [ :errors, :payload ]

#to_h{ errors: Array[Peddler::APIs::FulfillmentInboundV0::Error]?, payload: Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResult? }



228
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 228

def to_h: () -> { errors: Array[Peddler::APIs::FulfillmentInboundV0::Error]?, payload: Peddler::APIs::FulfillmentInboundV0::GetShipmentItemsResult? }