Class: Peddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderResponse

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.



1545
1546
1547
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1545

def errors
  @errors
end

Class Method Details

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



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

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

.members[ :errors ]

Returns:

  • ([ :errors ])


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

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

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



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

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

.parsePeddler::APIs::FulfillmentOutbound20200701::UpdateFulfillmentOrderResponse

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :errors ]

Returns:

  • ([ :errors ])


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

def members: () -> [ :errors ]

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

Returns:



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

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