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.
321 322 323 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 321 def condition_note @condition_note end |
#condition_subtype ⇒ String? (readonly)
Returns the value of attribute condition_subtype.
322 323 324 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 322 def condition_subtype @condition_subtype end |
#condition_type ⇒ String? (readonly)
Returns the value of attribute condition_type.
323 324 325 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 323 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
314 315 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 314
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 ]
317 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 317
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
312 313 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 312
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
319 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 319
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Orders20260101::ItemCondition
|
Instance Method Details
#members ⇒ [ :condition_note, :condition_subtype, :condition_type ]
325 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 325
def members: () -> [ :condition_note, :condition_subtype, :condition_type ]
|
#to_h ⇒ { condition_note: String?, condition_subtype: String?, condition_type: String? }
326 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 326
def to_h: () -> { condition_note: String?, condition_subtype: String?, condition_type: String? }
|