Class: Peddler::APIs::FulfillmentInbound20240320::Dates

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

#ready_to_ship_windowPeddler::APIs::FulfillmentInbound20240320::Window? (readonly)

Returns the value of attribute ready_to_ship_window.



508
509
510
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 508

def ready_to_ship_window
  @ready_to_ship_window
end

Class Method Details

.[](ready_to_ship_window:) ⇒ Peddler::APIs::FulfillmentInbound20240320::Dates .[](arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::Dates



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

def self.[]: (?ready_to_ship_window: Peddler::APIs::FulfillmentInbound20240320::Window?) -> Peddler::APIs::FulfillmentInbound20240320::Dates
| (Peddler::APIs::FulfillmentInbound20240320::Window?) -> Peddler::APIs::FulfillmentInbound20240320::Dates

.members[ :ready_to_ship_window ]

Returns:

  • ([ :ready_to_ship_window ])


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

def self.members: () -> [ :ready_to_ship_window ]

.new(ready_to_ship_window:) ⇒ Peddler::APIs::FulfillmentInbound20240320::Dates .new(arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::Dates



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

def self.new: (?ready_to_ship_window: Peddler::APIs::FulfillmentInbound20240320::Window?) -> Peddler::APIs::FulfillmentInbound20240320::Dates
| (Peddler::APIs::FulfillmentInbound20240320::Window?) -> Peddler::APIs::FulfillmentInbound20240320::Dates

.parsePeddler::APIs::FulfillmentInbound20240320::Dates

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :ready_to_ship_window ]

Returns:

  • ([ :ready_to_ship_window ])


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

def members: () -> [ :ready_to_ship_window ]

#to_h{ ready_to_ship_window: Peddler::APIs::FulfillmentInbound20240320::Window? }

Returns:



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

def to_h: () -> { ready_to_ship_window: Peddler::APIs::FulfillmentInbound20240320::Window? }