Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::OrderAttribute
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AmazonWarehousingAndDistribution20240509::OrderAttribute
- Defined in:
- sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs
Instance Attribute Summary collapse
-
#order_preference ⇒ String
readonly
Returns the value of attribute order_preference.
-
#order_preference_value ⇒ String
readonly
Returns the value of attribute order_preference_value.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :order_preference, :order_preference_value ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::OrderAttribute
Instance Method Summary collapse
-
#members ⇒ [ :order_preference, :order_preference_value ]
-
#to_h ⇒ { order_preference: String, order_preference_value: String }
Instance Attribute Details
#order_preference ⇒ String (readonly)
Returns the value of attribute order_preference.
466 467 468 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 466 def order_preference @order_preference end |
#order_preference_value ⇒ String (readonly)
Returns the value of attribute order_preference_value.
467 468 469 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 467 def order_preference_value @order_preference_value end |
Class Method Details
.[](order_preference:, order_preference_value:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::OrderAttribute .[](arg0, arg1) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::OrderAttribute
459 460 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 459
def self.[]: (order_preference: String, order_preference_value: String) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::OrderAttribute
| (String, String) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::OrderAttribute
|
.members ⇒ [ :order_preference, :order_preference_value ]
462 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 462
def self.members: () -> [ :order_preference, :order_preference_value ]
|
.new(order_preference:, order_preference_value:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::OrderAttribute .new(arg0, arg1) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::OrderAttribute
457 458 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 457
def self.new: (order_preference: String, order_preference_value: String) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::OrderAttribute
| (String, String) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::OrderAttribute
|
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::OrderAttribute
464 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 464
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::OrderAttribute
|
Instance Method Details
#members ⇒ [ :order_preference, :order_preference_value ]
469 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 469
def members: () -> [ :order_preference, :order_preference_value ]
|
#to_h ⇒ { order_preference: String, order_preference_value: String }
470 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 470
def to_h: () -> { order_preference: String, order_preference_value: String }
|