Class: Peddler::APIs::FulfillmentInbound20240320::ListShipmentContentUpdatePreviewsResponse

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#content_update_previewsArray[Peddler::APIs::FulfillmentInbound20240320::ContentUpdatePreview] (readonly)

Returns the value of attribute content_update_previews.



1160
1161
1162
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1160

def content_update_previews
  @content_update_previews
end

#paginationPeddler::APIs::FulfillmentInbound20240320::Pagination? (readonly)

Returns the value of attribute pagination.



1161
1162
1163
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1161

def pagination
  @pagination
end

Class Method Details

.[](content_update_previews:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListShipmentContentUpdatePreviewsResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListShipmentContentUpdatePreviewsResponse



1153
1154
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1153

def self.[]: (content_update_previews: Array[Peddler::APIs::FulfillmentInbound20240320::ContentUpdatePreview], ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListShipmentContentUpdatePreviewsResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::ContentUpdatePreview], Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListShipmentContentUpdatePreviewsResponse

.members[ :content_update_previews, :pagination ]

Returns:

  • ([ :content_update_previews, :pagination ])


1156
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1156

def self.members: () -> [ :content_update_previews, :pagination ]

.new(content_update_previews:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListShipmentContentUpdatePreviewsResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListShipmentContentUpdatePreviewsResponse



1151
1152
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1151

def self.new: (content_update_previews: Array[Peddler::APIs::FulfillmentInbound20240320::ContentUpdatePreview], ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListShipmentContentUpdatePreviewsResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::ContentUpdatePreview], Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListShipmentContentUpdatePreviewsResponse

.parsePeddler::APIs::FulfillmentInbound20240320::ListShipmentContentUpdatePreviewsResponse

Parameters:

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

Returns:



1158
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1158

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

Instance Method Details

#members[ :content_update_previews, :pagination ]

Returns:

  • ([ :content_update_previews, :pagination ])


1163
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1163

def members: () -> [ :content_update_previews, :pagination ]

#to_h{ content_update_previews: Array[Peddler::APIs::FulfillmentInbound20240320::ContentUpdatePreview], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }



1164
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1164

def to_h: () -> { content_update_previews: Array[Peddler::APIs::FulfillmentInbound20240320::ContentUpdatePreview], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }