Class: Peddler::APIs::FulfillmentOutbound20200701::SubmitFulfillmentOrderStatusUpdateResponse

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

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

Returns the value of attribute errors.



1409
1410
1411
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1409

def errors
  @errors
end

Class Method Details

.[](errors:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::SubmitFulfillmentOrderStatusUpdateResponse .[](arg0) ⇒ Peddler::APIs::FulfillmentOutbound20200701::SubmitFulfillmentOrderStatusUpdateResponse



1402
1403
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1402

def self.[]: (?errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?) -> Peddler::APIs::FulfillmentOutbound20200701::SubmitFulfillmentOrderStatusUpdateResponse
| (Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?) -> Peddler::APIs::FulfillmentOutbound20200701::SubmitFulfillmentOrderStatusUpdateResponse

.members[ :errors ]

Returns:

  • ([ :errors ])


1405
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1405

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

.new(errors:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::SubmitFulfillmentOrderStatusUpdateResponse .new(arg0) ⇒ Peddler::APIs::FulfillmentOutbound20200701::SubmitFulfillmentOrderStatusUpdateResponse



1400
1401
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1400

def self.new: (?errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?) -> Peddler::APIs::FulfillmentOutbound20200701::SubmitFulfillmentOrderStatusUpdateResponse
| (Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?) -> Peddler::APIs::FulfillmentOutbound20200701::SubmitFulfillmentOrderStatusUpdateResponse

.parsePeddler::APIs::FulfillmentOutbound20200701::SubmitFulfillmentOrderStatusUpdateResponse

Parameters:

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

Returns:



1407
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1407

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

Instance Method Details

#members[ :errors ]

Returns:

  • ([ :errors ])


1411
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1411

def members: () -> [ :errors ]

#to_h{ errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]? }

Returns:



1412
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1412

def to_h: () -> { errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]? }