Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::OrderAttribute

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#order_preferenceString (readonly)

Returns the value of attribute order_preference.

Returns:

  • (String)


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_valueString (readonly)

Returns the value of attribute order_preference_value.

Returns:

  • (String)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::AmazonWarehousingAndDistribution20240509::OrderAttribute

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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 }

Returns:

  • ({ 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 }