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.
303 304 305 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 303 def condition_note @condition_note end |
#condition_subtype ⇒ String? (readonly)
Returns the value of attribute condition_subtype.
304 305 306 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 304 def condition_subtype @condition_subtype end |
#condition_type ⇒ String? (readonly)
Returns the value of attribute condition_type.
305 306 307 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 305 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
296 297 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 296
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 ]
299 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 299
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
294 295 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 294
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
301 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 301
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Orders20260101::ItemCondition
|
Instance Method Details
#members ⇒ [ :condition_note, :condition_subtype, :condition_type ]
307 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 307
def members: () -> [ :condition_note, :condition_subtype, :condition_type ]
|
#to_h ⇒ { condition_note: String?, condition_subtype: String?, condition_type: String? }
308 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 308
def to_h: () -> { condition_note: String?, condition_subtype: String?, condition_type: String? }
|