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.



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

def content_update_previews
  @content_update_previews
end

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

Returns the value of attribute pagination.



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

def pagination
  @pagination
end

Class Method Details

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



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

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 ])


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

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

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



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

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:



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

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 ])


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

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

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



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

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