Class: Peddler::APIs::FulfillmentInbound20240320::ContentUpdatePreview
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::ContentUpdatePreview
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#content_update_preview_id ⇒ String
readonly
Returns the value of attribute content_update_preview_id.
-
#expiration ⇒ Time
readonly
Returns the value of attribute expiration.
-
#requested_updates ⇒ Peddler::APIs::FulfillmentInbound20240320::RequestedUpdates
readonly
Returns the value of attribute requested_updates.
-
#transportation_option ⇒ Peddler::APIs::FulfillmentInbound20240320::TransportationOption
readonly
Returns the value of attribute transportation_option.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :content_update_preview_id, :expiration, :requested_updates, :transportation_option ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ContentUpdatePreview
Instance Method Summary collapse
-
#members ⇒ [ :content_update_preview_id, :expiration, :requested_updates, :transportation_option ]
-
#to_h ⇒ { content_update_preview_id: String, expiration: Time, requested_updates: Peddler::APIs::FulfillmentInbound20240320::RequestedUpdates, transportation_option: Peddler::APIs::FulfillmentInbound20240320::TransportationOption }
Instance Attribute Details
#content_update_preview_id ⇒ String (readonly)
Returns the value of attribute content_update_preview_id.
398 399 400 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 398 def content_update_preview_id @content_update_preview_id end |
#expiration ⇒ Time (readonly)
Returns the value of attribute expiration.
399 400 401 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 399 def expiration @expiration end |
#requested_updates ⇒ Peddler::APIs::FulfillmentInbound20240320::RequestedUpdates (readonly)
Returns the value of attribute requested_updates.
400 401 402 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 400 def requested_updates @requested_updates end |
#transportation_option ⇒ Peddler::APIs::FulfillmentInbound20240320::TransportationOption (readonly)
Returns the value of attribute transportation_option.
401 402 403 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 401 def transportation_option @transportation_option end |
Class Method Details
.[](content_update_preview_id:, expiration:, requested_updates:, transportation_option:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ContentUpdatePreview .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FulfillmentInbound20240320::ContentUpdatePreview
391 392 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 391
def self.[]: (content_update_preview_id: String, expiration: Time, requested_updates: Peddler::APIs::FulfillmentInbound20240320::RequestedUpdates, transportation_option: Peddler::APIs::FulfillmentInbound20240320::TransportationOption) -> Peddler::APIs::FulfillmentInbound20240320::ContentUpdatePreview
| (String, Time, Peddler::APIs::FulfillmentInbound20240320::RequestedUpdates, Peddler::APIs::FulfillmentInbound20240320::TransportationOption) -> Peddler::APIs::FulfillmentInbound20240320::ContentUpdatePreview
|
.members ⇒ [ :content_update_preview_id, :expiration, :requested_updates, :transportation_option ]
394 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 394
def self.members: () -> [ :content_update_preview_id, :expiration, :requested_updates, :transportation_option ]
|
.new(content_update_preview_id:, expiration:, requested_updates:, transportation_option:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ContentUpdatePreview .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FulfillmentInbound20240320::ContentUpdatePreview
389 390 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 389
def self.new: (content_update_preview_id: String, expiration: Time, requested_updates: Peddler::APIs::FulfillmentInbound20240320::RequestedUpdates, transportation_option: Peddler::APIs::FulfillmentInbound20240320::TransportationOption) -> Peddler::APIs::FulfillmentInbound20240320::ContentUpdatePreview
| (String, Time, Peddler::APIs::FulfillmentInbound20240320::RequestedUpdates, Peddler::APIs::FulfillmentInbound20240320::TransportationOption) -> Peddler::APIs::FulfillmentInbound20240320::ContentUpdatePreview
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ContentUpdatePreview
396 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 396
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::ContentUpdatePreview
|
Instance Method Details
#members ⇒ [ :content_update_preview_id, :expiration, :requested_updates, :transportation_option ]
403 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 403
def members: () -> [ :content_update_preview_id, :expiration, :requested_updates, :transportation_option ]
|
#to_h ⇒ { content_update_preview_id: String, expiration: Time, requested_updates: Peddler::APIs::FulfillmentInbound20240320::RequestedUpdates, transportation_option: Peddler::APIs::FulfillmentInbound20240320::TransportationOption }
404 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 404
def to_h: () -> { content_update_preview_id: String, expiration: Time, requested_updates: Peddler::APIs::FulfillmentInbound20240320::RequestedUpdates, transportation_option: Peddler::APIs::FulfillmentInbound20240320::TransportationOption }
|