Class: Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentReturnRequest

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

#itemsArray[Peddler::APIs::FulfillmentOutbound20200701::CreateReturnItem] (readonly)

Returns the value of attribute items.



169
170
171
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 169

def items
  @items
end

Class Method Details

.[](items:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentReturnRequest .[](arg0) ⇒ Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentReturnRequest



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

def self.[]: (items: Array[Peddler::APIs::FulfillmentOutbound20200701::CreateReturnItem]) -> Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentReturnRequest
| (Array[Peddler::APIs::FulfillmentOutbound20200701::CreateReturnItem]) -> Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentReturnRequest

.members[ :items ]

Returns:

  • ([ :items ])


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

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

.new(items:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentReturnRequest .new(arg0) ⇒ Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentReturnRequest



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

def self.new: (items: Array[Peddler::APIs::FulfillmentOutbound20200701::CreateReturnItem]) -> Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentReturnRequest
| (Array[Peddler::APIs::FulfillmentOutbound20200701::CreateReturnItem]) -> Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentReturnRequest

.parsePeddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentReturnRequest

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :items ]

Returns:

  • ([ :items ])


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

def members: () -> [ :items ]

#to_h{ items: Array[Peddler::APIs::FulfillmentOutbound20200701::CreateReturnItem] }



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

def to_h: () -> { items: Array[Peddler::APIs::FulfillmentOutbound20200701::CreateReturnItem] }