Class: Peddler::APIs::Orders20260101::ExceptionDate
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Orders20260101::ExceptionDate
- Defined in:
- sig/peddler/apis/orders_2026_01_01.rbs
Instance Attribute Summary collapse
-
#exception_date ⇒ Date?
readonly
Returns the value of attribute exception_date.
-
#exception_date_type ⇒ String?
readonly
Returns the value of attribute exception_date_type.
-
#time_windows ⇒ Array[Peddler::APIs::Orders20260101::TimeWindow]?
readonly
Returns the value of attribute time_windows.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :exception_date, :exception_date_type, :time_windows ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Orders20260101::ExceptionDate
Instance Method Summary collapse
-
#members ⇒ [ :exception_date, :exception_date_type, :time_windows ]
-
#to_h ⇒ { exception_date: Date?, exception_date_type: String?, time_windows: Array[Peddler::APIs::Orders20260101::TimeWindow]? }
Instance Attribute Details
#exception_date ⇒ Date? (readonly)
Returns the value of attribute exception_date.
220 221 222 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 220 def exception_date @exception_date end |
#exception_date_type ⇒ String? (readonly)
Returns the value of attribute exception_date_type.
221 222 223 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 221 def exception_date_type @exception_date_type end |
#time_windows ⇒ Array[Peddler::APIs::Orders20260101::TimeWindow]? (readonly)
Returns the value of attribute time_windows.
222 223 224 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 222 def time_windows @time_windows end |
Class Method Details
.[](exception_date:, exception_date_type:, time_windows:) ⇒ Peddler::APIs::Orders20260101::ExceptionDate .[](arg0, arg1, arg2) ⇒ Peddler::APIs::Orders20260101::ExceptionDate
213 214 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 213
def self.[]: (?exception_date: Date?, ?exception_date_type: String?, ?time_windows: Array[Peddler::APIs::Orders20260101::TimeWindow]?) -> Peddler::APIs::Orders20260101::ExceptionDate
| (Date?, String?, Array[Peddler::APIs::Orders20260101::TimeWindow]?) -> Peddler::APIs::Orders20260101::ExceptionDate
|
.members ⇒ [ :exception_date, :exception_date_type, :time_windows ]
216 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 216
def self.members: () -> [ :exception_date, :exception_date_type, :time_windows ]
|
.new(exception_date:, exception_date_type:, time_windows:) ⇒ Peddler::APIs::Orders20260101::ExceptionDate .new(arg0, arg1, arg2) ⇒ Peddler::APIs::Orders20260101::ExceptionDate
211 212 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 211
def self.new: (?exception_date: Date?, ?exception_date_type: String?, ?time_windows: Array[Peddler::APIs::Orders20260101::TimeWindow]?) -> Peddler::APIs::Orders20260101::ExceptionDate
| (Date?, String?, Array[Peddler::APIs::Orders20260101::TimeWindow]?) -> Peddler::APIs::Orders20260101::ExceptionDate
|
.parse ⇒ Peddler::APIs::Orders20260101::ExceptionDate
218 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 218
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Orders20260101::ExceptionDate
|
Instance Method Details
#members ⇒ [ :exception_date, :exception_date_type, :time_windows ]
224 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 224
def members: () -> [ :exception_date, :exception_date_type, :time_windows ]
|
#to_h ⇒ { exception_date: Date?, exception_date_type: String?, time_windows: Array[Peddler::APIs::Orders20260101::TimeWindow]? }
225 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 225
def to_h: () -> { exception_date: Date?, exception_date_type: String?, time_windows: Array[Peddler::APIs::Orders20260101::TimeWindow]? }
|