Class: Peddler::APIs::Orders20260101::AssociatedOrderItem
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Orders20260101::AssociatedOrderItem
- Defined in:
- sig/peddler/apis/orders_2026_01_01.rbs
Instance Attribute Summary collapse
-
#association_type ⇒ String?
readonly
Returns the value of attribute association_type.
-
#order_id ⇒ String?
readonly
Returns the value of attribute order_id.
-
#order_item_id ⇒ String?
readonly
Returns the value of attribute order_item_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :association_type, :order_id, :order_item_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Orders20260101::AssociatedOrderItem
Instance Method Summary collapse
-
#members ⇒ [ :association_type, :order_id, :order_item_id ]
-
#to_h ⇒ { association_type: String?, order_id: String?, order_item_id: String? }
Instance Attribute Details
#association_type ⇒ String? (readonly)
Returns the value of attribute association_type.
67 68 69 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 67 def association_type @association_type end |
#order_id ⇒ String? (readonly)
Returns the value of attribute order_id.
68 69 70 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 68 def order_id @order_id end |
#order_item_id ⇒ String? (readonly)
Returns the value of attribute order_item_id.
69 70 71 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 69 def order_item_id @order_item_id end |
Class Method Details
.[](association_type:, order_id:, order_item_id:) ⇒ Peddler::APIs::Orders20260101::AssociatedOrderItem .[](arg0, arg1, arg2) ⇒ Peddler::APIs::Orders20260101::AssociatedOrderItem
60 61 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 60
def self.[]: (?association_type: String?, ?order_id: String?, ?order_item_id: String?) -> Peddler::APIs::Orders20260101::AssociatedOrderItem
| (String?, String?, String?) -> Peddler::APIs::Orders20260101::AssociatedOrderItem
|
.members ⇒ [ :association_type, :order_id, :order_item_id ]
63 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 63
def self.members: () -> [ :association_type, :order_id, :order_item_id ]
|
.new(association_type:, order_id:, order_item_id:) ⇒ Peddler::APIs::Orders20260101::AssociatedOrderItem .new(arg0, arg1, arg2) ⇒ Peddler::APIs::Orders20260101::AssociatedOrderItem
58 59 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 58
def self.new: (?association_type: String?, ?order_id: String?, ?order_item_id: String?) -> Peddler::APIs::Orders20260101::AssociatedOrderItem
| (String?, String?, String?) -> Peddler::APIs::Orders20260101::AssociatedOrderItem
|
.parse ⇒ Peddler::APIs::Orders20260101::AssociatedOrderItem
65 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 65
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Orders20260101::AssociatedOrderItem
|
Instance Method Details
#members ⇒ [ :association_type, :order_id, :order_item_id ]
71 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 71
def members: () -> [ :association_type, :order_id, :order_item_id ]
|
#to_h ⇒ { association_type: String?, order_id: String?, order_item_id: String? }
72 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 72
def to_h: () -> { association_type: String?, order_id: String?, order_item_id: String? }
|