Class: Peddler::APIs::FulfillmentInbound20240320::ContentUpdatePreview

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_preview_idString (readonly)

Returns the value of attribute content_update_preview_id.

Returns:

  • (String)


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

#expirationTime (readonly)

Returns the value of attribute expiration.

Returns:

  • (Time)


399
400
401
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 399

def expiration
  @expiration
end

#requested_updatesPeddler::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_optionPeddler::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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::FulfillmentInbound20240320::ContentUpdatePreview

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :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 }

Returns:



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 }