Class: Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentOrderResponse

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.



153
154
155
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 153

def errors
  @errors
end

Class Method Details

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



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

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

.members[ :errors ]

Returns:

  • ([ :errors ])


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

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

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



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

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

.parsePeddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentOrderResponse

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :errors ]

Returns:

  • ([ :errors ])


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

def members: () -> [ :errors ]

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

Returns:



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

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