Class: Peddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResponse

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.



1120
1121
1122
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1120

def errors
  @errors
end

#payloadPeddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResult? (readonly)

Returns the value of attribute payload.



1121
1122
1123
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1121

def payload
  @payload
end

Class Method Details

.[](errors:, payload:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResponse



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

def self.[]: (?errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, ?payload: Peddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResult?) -> Peddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResponse
| (Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, Peddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResult?) -> Peddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResponse

.members[ :errors, :payload ]

Returns:

  • ([ :errors, :payload ])


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

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

.new(errors:, payload:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResponse



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

def self.new: (?errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, ?payload: Peddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResult?) -> Peddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResponse
| (Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, Peddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResult?) -> Peddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResponse

.parsePeddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResponse

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :errors, :payload ]

Returns:

  • ([ :errors, :payload ])


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

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

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



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

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