Class: Peddler::APIs::FulfillmentOutbound20200701::DeliveryWindow
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20200701::DeliveryWindow
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs
Instance Attribute Summary collapse
-
#end_date ⇒ String
readonly
Returns the value of attribute end_date.
-
#start_date ⇒ String
readonly
Returns the value of attribute start_date.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :end_date, :start_date ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::DeliveryWindow
Instance Method Summary collapse
Instance Attribute Details
#end_date ⇒ String (readonly)
Returns the value of attribute end_date.
371 372 373 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 371 def end_date @end_date end |
#start_date ⇒ String (readonly)
Returns the value of attribute start_date.
372 373 374 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 372 def start_date @start_date end |
Class Method Details
.[](end_date:, start_date:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::DeliveryWindow .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::DeliveryWindow
364 365 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 364
def self.[]: (end_date: String, start_date: String) -> Peddler::APIs::FulfillmentOutbound20200701::DeliveryWindow
| (String, String) -> Peddler::APIs::FulfillmentOutbound20200701::DeliveryWindow
|
.members ⇒ [ :end_date, :start_date ]
367 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 367
def self.members: () -> [ :end_date, :start_date ]
|
.new(end_date:, start_date:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::DeliveryWindow .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::DeliveryWindow
362 363 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 362
def self.new: (end_date: String, start_date: String) -> Peddler::APIs::FulfillmentOutbound20200701::DeliveryWindow
| (String, String) -> Peddler::APIs::FulfillmentOutbound20200701::DeliveryWindow
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::DeliveryWindow
369 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 369
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20200701::DeliveryWindow
|
Instance Method Details
#members ⇒ [ :end_date, :start_date ]
374 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 374
def members: () -> [ :end_date, :start_date ]
|
#to_h ⇒ { end_date: String, start_date: String }
375 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 375
def to_h: () -> { end_date: String, start_date: String }
|