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)


202
203
204
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 202

def exception_date
  @exception_date
end

#exception_date_typeString? (readonly)

Returns the value of attribute exception_date_type.

Returns:

  • (String, nil)


203
204
205
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 203

def exception_date_type
  @exception_date_type
end

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

Overloads:



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 ]

Returns:

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

Overloads:



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

.parsePeddler::APIs::Orders20260101::ExceptionDate

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:



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