Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::ProductAttribute
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AmazonWarehousingAndDistribution20240509::ProductAttribute
- Defined in:
- sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs
Instance Attribute Summary collapse
-
#name ⇒ String?
readonly
Returns the value of attribute name.
-
#value ⇒ String?
readonly
Returns the value of attribute value.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :name, :value ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ProductAttribute
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ String? (readonly)
Returns the value of attribute name.
592 593 594 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 592 def name @name end |
#value ⇒ String? (readonly)
Returns the value of attribute value.
593 594 595 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 593 def value @value end |
Class Method Details
.[](name:, value:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ProductAttribute .[](arg0, arg1) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ProductAttribute
585 586 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 585
def self.[]: (?name: String?, ?value: String?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ProductAttribute
| (String?, String?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ProductAttribute
|
.members ⇒ [ :name, :value ]
588 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 588
def self.members: () -> [ :name, :value ]
|
.new(name:, value:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ProductAttribute .new(arg0, arg1) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ProductAttribute
583 584 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 583
def self.new: (?name: String?, ?value: String?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ProductAttribute
| (String?, String?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ProductAttribute
|
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ProductAttribute
590 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 590
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ProductAttribute
|
Instance Method Details
#members ⇒ [ :name, :value ]
595 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 595
def members: () -> [ :name, :value ]
|
#to_h ⇒ { name: String?, value: String? }
596 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 596
def to_h: () -> { name: String?, value: String? }
|