Class: Peddler::APIs::Orders20260101::ItemCondition
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Orders20260101::ItemCondition
- Defined in:
- sig/peddler/apis/orders_2026_01_01.rbs
Instance Attribute Summary collapse
-
#condition_note ⇒ String?
readonly
Returns the value of attribute condition_note.
-
#condition_subtype ⇒ String?
readonly
Returns the value of attribute condition_subtype.
-
#condition_type ⇒ String?
readonly
Returns the value of attribute condition_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :condition_note, :condition_subtype, :condition_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Orders20260101::ItemCondition
Instance Method Summary collapse
-
#members ⇒ [ :condition_note, :condition_subtype, :condition_type ]
-
#to_h ⇒ { condition_note: String?, condition_subtype: String?, condition_type: String? }
Instance Attribute Details
#condition_note ⇒ String? (readonly)
Returns the value of attribute condition_note.
355 356 357 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 355 def condition_note @condition_note end |
#condition_subtype ⇒ String? (readonly)
Returns the value of attribute condition_subtype.
356 357 358 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 356 def condition_subtype @condition_subtype end |
#condition_type ⇒ String? (readonly)
Returns the value of attribute condition_type.
357 358 359 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 357 def condition_type @condition_type end |
Class Method Details
.[](condition_note:, condition_subtype:, condition_type:) ⇒ Peddler::APIs::Orders20260101::ItemCondition .[](arg0, arg1, arg2) ⇒ Peddler::APIs::Orders20260101::ItemCondition
348 349 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 348
def self.[]: (?condition_note: String?, ?condition_subtype: String?, ?condition_type: String?) -> Peddler::APIs::Orders20260101::ItemCondition
| (String?, String?, String?) -> Peddler::APIs::Orders20260101::ItemCondition
|
.members ⇒ [ :condition_note, :condition_subtype, :condition_type ]
351 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 351
def self.members: () -> [ :condition_note, :condition_subtype, :condition_type ]
|
.new(condition_note:, condition_subtype:, condition_type:) ⇒ Peddler::APIs::Orders20260101::ItemCondition .new(arg0, arg1, arg2) ⇒ Peddler::APIs::Orders20260101::ItemCondition
346 347 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 346
def self.new: (?condition_note: String?, ?condition_subtype: String?, ?condition_type: String?) -> Peddler::APIs::Orders20260101::ItemCondition
| (String?, String?, String?) -> Peddler::APIs::Orders20260101::ItemCondition
|
.parse ⇒ Peddler::APIs::Orders20260101::ItemCondition
353 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 353
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Orders20260101::ItemCondition
|
Instance Method Details
#members ⇒ [ :condition_note, :condition_subtype, :condition_type ]
359 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 359
def members: () -> [ :condition_note, :condition_subtype, :condition_type ]
|
#to_h ⇒ { condition_note: String?, condition_subtype: String?, condition_type: String? }
360 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 360
def to_h: () -> { condition_note: String?, condition_subtype: String?, condition_type: String? }
|