Class: Peddler::APIs::FulfillmentOutbound20200701::CancelFulfillmentOrderResponse

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.



77
78
79
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 77

def errors
  @errors
end

Class Method Details

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



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

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

.members[ :errors ]

Returns:

  • ([ :errors ])


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

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

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



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

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

.parsePeddler::APIs::FulfillmentOutbound20200701::CancelFulfillmentOrderResponse

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :errors ]

Returns:

  • ([ :errors ])


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

def members: () -> [ :errors ]

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

Returns:



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

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