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.
202 203 204 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 202 def exception_date @exception_date end |
#exception_date_type ⇒ String? (readonly)
Returns the value of attribute exception_date_type.
203 204 205 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 203 def exception_date_type @exception_date_type end |
#time_windows ⇒ Array[Peddler::APIs::Orders20260101::TimeWindow]? (readonly)
Returns the value of attribute time_windows.
204 205 206 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 204 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
195 196 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 195
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 ]
198 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 198
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
193 194 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 193
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
200 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 200
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Orders20260101::ExceptionDate
|
Instance Method Details
#members ⇒ [ :exception_date, :exception_date_type, :time_windows ]
206 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 206
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]? }
207 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 207
def to_h: () -> { exception_date: Date?, exception_date_type: String?, time_windows: Array[Peddler::APIs::Orders20260101::TimeWindow]? }
|