Class: Peddler::APIs::EasyShip20220323::TimeSlot
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::EasyShip20220323::TimeSlot
- Defined in:
- sig/peddler/apis/easy_ship_2022_03_23.rbs
Instance Attribute Summary collapse
-
#end_time ⇒ String?
readonly
Returns the value of attribute end_time.
-
#handover_method ⇒ String?
readonly
Returns the value of attribute handover_method.
-
#slot_id ⇒ String
readonly
Returns the value of attribute slot_id.
-
#start_time ⇒ String?
readonly
Returns the value of attribute start_time.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :slot_id, :end_time, :handover_method, :start_time ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::EasyShip20220323::TimeSlot
Instance Method Summary collapse
-
#members ⇒ [ :slot_id, :end_time, :handover_method, :start_time ]
-
#to_h ⇒ { slot_id: String, end_time: String?, handover_method: String?, start_time: String? }
Instance Attribute Details
#end_time ⇒ String? (readonly)
Returns the value of attribute end_time.
309 310 311 |
# File 'sig/peddler/apis/easy_ship_2022_03_23.rbs', line 309 def end_time @end_time end |
#handover_method ⇒ String? (readonly)
Returns the value of attribute handover_method.
310 311 312 |
# File 'sig/peddler/apis/easy_ship_2022_03_23.rbs', line 310 def handover_method @handover_method end |
#slot_id ⇒ String (readonly)
Returns the value of attribute slot_id.
311 312 313 |
# File 'sig/peddler/apis/easy_ship_2022_03_23.rbs', line 311 def slot_id @slot_id end |
#start_time ⇒ String? (readonly)
Returns the value of attribute start_time.
312 313 314 |
# File 'sig/peddler/apis/easy_ship_2022_03_23.rbs', line 312 def start_time @start_time end |
Class Method Details
.[](slot_id:, end_time:, handover_method:, start_time:) ⇒ Peddler::APIs::EasyShip20220323::TimeSlot .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::EasyShip20220323::TimeSlot
302 303 |
# File 'sig/peddler/apis/easy_ship_2022_03_23.rbs', line 302
def self.[]: (slot_id: String, ?end_time: String?, ?handover_method: String?, ?start_time: String?) -> Peddler::APIs::EasyShip20220323::TimeSlot
| (String, String?, String?, String?) -> Peddler::APIs::EasyShip20220323::TimeSlot
|
.members ⇒ [ :slot_id, :end_time, :handover_method, :start_time ]
305 |
# File 'sig/peddler/apis/easy_ship_2022_03_23.rbs', line 305
def self.members: () -> [ :slot_id, :end_time, :handover_method, :start_time ]
|
.new(slot_id:, end_time:, handover_method:, start_time:) ⇒ Peddler::APIs::EasyShip20220323::TimeSlot .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::EasyShip20220323::TimeSlot
300 301 |
# File 'sig/peddler/apis/easy_ship_2022_03_23.rbs', line 300
def self.new: (slot_id: String, ?end_time: String?, ?handover_method: String?, ?start_time: String?) -> Peddler::APIs::EasyShip20220323::TimeSlot
| (String, String?, String?, String?) -> Peddler::APIs::EasyShip20220323::TimeSlot
|
.parse ⇒ Peddler::APIs::EasyShip20220323::TimeSlot
307 |
# File 'sig/peddler/apis/easy_ship_2022_03_23.rbs', line 307
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::EasyShip20220323::TimeSlot
|
Instance Method Details
#members ⇒ [ :slot_id, :end_time, :handover_method, :start_time ]
314 |
# File 'sig/peddler/apis/easy_ship_2022_03_23.rbs', line 314
def members: () -> [ :slot_id, :end_time, :handover_method, :start_time ]
|
#to_h ⇒ { slot_id: String, end_time: String?, handover_method: String?, start_time: String? }
315 |
# File 'sig/peddler/apis/easy_ship_2022_03_23.rbs', line 315
def to_h: () -> { slot_id: String, end_time: String?, handover_method: String?, start_time: String? }
|