Class: Peddler::APIs::OrdersV0::AssociatedItem
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::OrdersV0::AssociatedItem
- Defined in:
- sig/peddler/apis/orders_v0.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::OrdersV0::AssociatedItem
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.
79 80 81 |
# File 'sig/peddler/apis/orders_v0.rbs', line 79 def association_type @association_type end |
#order_id ⇒ String? (readonly)
Returns the value of attribute order_id.
80 81 82 |
# File 'sig/peddler/apis/orders_v0.rbs', line 80 def order_id @order_id end |
#order_item_id ⇒ String? (readonly)
Returns the value of attribute order_item_id.
81 82 83 |
# File 'sig/peddler/apis/orders_v0.rbs', line 81 def order_item_id @order_item_id end |
Class Method Details
.[](association_type:, order_id:, order_item_id:) ⇒ Peddler::APIs::OrdersV0::AssociatedItem .[](arg0, arg1, arg2) ⇒ Peddler::APIs::OrdersV0::AssociatedItem
72 73 |
# File 'sig/peddler/apis/orders_v0.rbs', line 72
def self.[]: (?association_type: String?, ?order_id: String?, ?order_item_id: String?) -> Peddler::APIs::OrdersV0::AssociatedItem
| (String?, String?, String?) -> Peddler::APIs::OrdersV0::AssociatedItem
|
.members ⇒ [ :association_type, :order_id, :order_item_id ]
75 |
# File 'sig/peddler/apis/orders_v0.rbs', line 75
def self.members: () -> [ :association_type, :order_id, :order_item_id ]
|
.new(association_type:, order_id:, order_item_id:) ⇒ Peddler::APIs::OrdersV0::AssociatedItem .new(arg0, arg1, arg2) ⇒ Peddler::APIs::OrdersV0::AssociatedItem
70 71 |
# File 'sig/peddler/apis/orders_v0.rbs', line 70
def self.new: (?association_type: String?, ?order_id: String?, ?order_item_id: String?) -> Peddler::APIs::OrdersV0::AssociatedItem
| (String?, String?, String?) -> Peddler::APIs::OrdersV0::AssociatedItem
|
.parse ⇒ Peddler::APIs::OrdersV0::AssociatedItem
77 |
# File 'sig/peddler/apis/orders_v0.rbs', line 77
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::OrdersV0::AssociatedItem
|
Instance Method Details
#members ⇒ [ :association_type, :order_id, :order_item_id ]
83 |
# File 'sig/peddler/apis/orders_v0.rbs', line 83
def members: () -> [ :association_type, :order_id, :order_item_id ]
|
#to_h ⇒ { association_type: String?, order_id: String?, order_item_id: String? }
84 |
# File 'sig/peddler/apis/orders_v0.rbs', line 84
def to_h: () -> { association_type: String?, order_id: String?, order_item_id: String? }
|