Class: Peddler::APIs::FulfillmentInbound20240320::ListShipmentContentUpdatePreviewsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::ListShipmentContentUpdatePreviewsResponse
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#content_update_previews ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::ContentUpdatePreview]
readonly
Returns the value of attribute content_update_previews.
-
#pagination ⇒ Peddler::APIs::FulfillmentInbound20240320::Pagination?
readonly
Returns the value of attribute pagination.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :content_update_previews, :pagination ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ListShipmentContentUpdatePreviewsResponse
Instance Method Summary collapse
-
#members ⇒ [ :content_update_previews, :pagination ]
-
#to_h ⇒ { content_update_previews: Array[Peddler::APIs::FulfillmentInbound20240320::ContentUpdatePreview], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
Instance Attribute Details
#content_update_previews ⇒ Array[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 |
#pagination ⇒ Peddler::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 ]
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
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ListShipmentContentUpdatePreviewsResponse
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 ]
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? }
|