Class: Peddler::APIs::Orders20260101::ExceptionDate

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/orders_2026_01_01.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#exception_dateDate? (readonly)

Returns the value of attribute exception_date.

Returns:

  • (Date, nil)


220
221
222
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 220

def exception_date
  @exception_date
end

#exception_date_typeString? (readonly)

Returns the value of attribute exception_date_type.

Returns:

  • (String, nil)


221
222
223
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 221

def exception_date_type
  @exception_date_type
end

#time_windowsArray[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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::Orders20260101::ExceptionDate

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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]? }

Returns:



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]? }