Class: Peddler::APIs::FulfillmentInbound20240320::Dates
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::Dates
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#ready_to_ship_window ⇒ Peddler::APIs::FulfillmentInbound20240320::Window?
readonly
Returns the value of attribute ready_to_ship_window.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :ready_to_ship_window ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::Dates
Instance Method Summary collapse
-
#members ⇒ [ :ready_to_ship_window ]
-
#to_h ⇒ { ready_to_ship_window: Peddler::APIs::FulfillmentInbound20240320::Window? }
Instance Attribute Details
#ready_to_ship_window ⇒ Peddler::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 ]
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
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::Dates
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 ]
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? }
511 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 511
def to_h: () -> { ready_to_ship_window: Peddler::APIs::FulfillmentInbound20240320::Window? }
|