Class: Peddler::APIs::Orders20260101::AssociatedOrder
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Orders20260101::AssociatedOrder
- 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.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :association_type, :order_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Orders20260101::AssociatedOrder
Instance Method Summary collapse
-
#members ⇒ [ :association_type, :order_id ]
-
#to_h ⇒ { association_type: String?, order_id: String? }
Instance Attribute Details
#association_type ⇒ String? (readonly)
Returns the value of attribute association_type.
50 51 52 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 50 def association_type @association_type end |
#order_id ⇒ String? (readonly)
Returns the value of attribute order_id.
51 52 53 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 51 def order_id @order_id end |
Class Method Details
.[](association_type:, order_id:) ⇒ Peddler::APIs::Orders20260101::AssociatedOrder .[](arg0, arg1) ⇒ Peddler::APIs::Orders20260101::AssociatedOrder
43 44 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 43
def self.[]: (?association_type: String?, ?order_id: String?) -> Peddler::APIs::Orders20260101::AssociatedOrder
| (String?, String?) -> Peddler::APIs::Orders20260101::AssociatedOrder
|
.members ⇒ [ :association_type, :order_id ]
46 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 46
def self.members: () -> [ :association_type, :order_id ]
|
.new(association_type:, order_id:) ⇒ Peddler::APIs::Orders20260101::AssociatedOrder .new(arg0, arg1) ⇒ Peddler::APIs::Orders20260101::AssociatedOrder
41 42 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 41
def self.new: (?association_type: String?, ?order_id: String?) -> Peddler::APIs::Orders20260101::AssociatedOrder
| (String?, String?) -> Peddler::APIs::Orders20260101::AssociatedOrder
|
.parse ⇒ Peddler::APIs::Orders20260101::AssociatedOrder
48 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 48
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Orders20260101::AssociatedOrder
|
Instance Method Details
#members ⇒ [ :association_type, :order_id ]
53 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 53
def members: () -> [ :association_type, :order_id ]
|
#to_h ⇒ { association_type: String?, order_id: String? }
54 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 54
def to_h: () -> { association_type: String?, order_id: String? }
|