Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepDetails
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepDetails
- Defined in:
- sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs
Instance Attribute Summary collapse
-
#label_owner ⇒ String?
readonly
Returns the value of attribute label_owner.
-
#prep_category ⇒ String?
readonly
Returns the value of attribute prep_category.
-
#prep_instructions ⇒ Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepInstruction]?
readonly
Returns the value of attribute prep_instructions.
-
#prep_owner ⇒ String?
readonly
Returns the value of attribute prep_owner.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :label_owner, :prep_category, :prep_instructions, :prep_owner ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepDetails
Instance Method Summary collapse
-
#members ⇒ [ :label_owner, :prep_category, :prep_instructions, :prep_owner ]
-
#to_h ⇒ { label_owner: String?, prep_category: String?, prep_instructions: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepInstruction]?, prep_owner: String? }
Instance Attribute Details
#label_owner ⇒ String? (readonly)
Returns the value of attribute label_owner.
556 557 558 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 556 def label_owner @label_owner end |
#prep_category ⇒ String? (readonly)
Returns the value of attribute prep_category.
557 558 559 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 557 def prep_category @prep_category end |
#prep_instructions ⇒ Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepInstruction]? (readonly)
Returns the value of attribute prep_instructions.
558 559 560 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 558 def prep_instructions @prep_instructions end |
#prep_owner ⇒ String? (readonly)
Returns the value of attribute prep_owner.
559 560 561 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 559 def prep_owner @prep_owner end |
Class Method Details
.[](label_owner:, prep_category:, prep_instructions:, prep_owner:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepDetails .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepDetails
549 550 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 549
def self.[]: (?label_owner: String?, ?prep_category: String?, ?prep_instructions: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepInstruction]?, ?prep_owner: String?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepDetails
| (String?, String?, Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepInstruction]?, String?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepDetails
|
.members ⇒ [ :label_owner, :prep_category, :prep_instructions, :prep_owner ]
552 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 552
def self.members: () -> [ :label_owner, :prep_category, :prep_instructions, :prep_owner ]
|
.new(label_owner:, prep_category:, prep_instructions:, prep_owner:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepDetails .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepDetails
547 548 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 547
def self.new: (?label_owner: String?, ?prep_category: String?, ?prep_instructions: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepInstruction]?, ?prep_owner: String?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepDetails
| (String?, String?, Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepInstruction]?, String?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepDetails
|
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepDetails
554 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 554
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepDetails
|
Instance Method Details
#members ⇒ [ :label_owner, :prep_category, :prep_instructions, :prep_owner ]
561 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 561
def members: () -> [ :label_owner, :prep_category, :prep_instructions, :prep_owner ]
|
#to_h ⇒ { label_owner: String?, prep_category: String?, prep_instructions: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepInstruction]?, prep_owner: String? }
562 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 562
def to_h: () -> { label_owner: String?, prep_category: String?, prep_instructions: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepInstruction]?, prep_owner: String? }
|