Class: Peddler::APIs::FulfillmentInboundV0::GetShipmentsResponse

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.



258
259
260
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 258

def errors
  @errors
end

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

Returns the value of attribute payload.



259
260
261
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 259

def payload
  @payload
end

Class Method Details

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



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

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

.members[ :errors, :payload ]

Returns:

  • ([ :errors, :payload ])


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

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

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



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

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

.parsePeddler::APIs::FulfillmentInboundV0::GetShipmentsResponse

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :errors, :payload ]

Returns:

  • ([ :errors, :payload ])


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

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

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



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

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