Class: Peddler::APIs::ExternalFulfillmentShipments20240911::TimeWindow
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentShipments20240911::TimeWindow
- Defined in:
- sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs
Instance Attribute Summary collapse
-
#end_time ⇒ Integer
readonly
Returns the value of attribute end_time.
-
#handover_method ⇒ String?
readonly
Returns the value of attribute handover_method.
-
#start_time ⇒ Integer
readonly
Returns the value of attribute start_time.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :end_time, :start_time, :handover_method ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::TimeWindow
Instance Method Summary collapse
-
#members ⇒ [ :end_time, :start_time, :handover_method ]
-
#to_h ⇒ { end_time: Integer, start_time: Integer, handover_method: String? }
Instance Attribute Details
#end_time ⇒ Integer (readonly)
Returns the value of attribute end_time.
935 936 937 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 935 def end_time @end_time end |
#handover_method ⇒ String? (readonly)
Returns the value of attribute handover_method.
936 937 938 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 936 def handover_method @handover_method end |
#start_time ⇒ Integer (readonly)
Returns the value of attribute start_time.
937 938 939 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 937 def start_time @start_time end |
Class Method Details
.[](end_time:, start_time:, handover_method:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::TimeWindow .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::TimeWindow
928 929 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 928
def self.[]: (end_time: Integer, start_time: Integer, ?handover_method: String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::TimeWindow
| (Integer, Integer, String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::TimeWindow
|
.members ⇒ [ :end_time, :start_time, :handover_method ]
931 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 931
def self.members: () -> [ :end_time, :start_time, :handover_method ]
|
.new(end_time:, start_time:, handover_method:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::TimeWindow .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::TimeWindow
926 927 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 926
def self.new: (end_time: Integer, start_time: Integer, ?handover_method: String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::TimeWindow
| (Integer, Integer, String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::TimeWindow
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::TimeWindow
933 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 933
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentShipments20240911::TimeWindow
|
Instance Method Details
#members ⇒ [ :end_time, :start_time, :handover_method ]
939 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 939
def members: () -> [ :end_time, :start_time, :handover_method ]
|
#to_h ⇒ { end_time: Integer, start_time: Integer, handover_method: String? }
940 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 940
def to_h: () -> { end_time: Integer, start_time: Integer, handover_method: String? }
|