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.
695 696 697 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 695 def label_owner @label_owner end |
#prep_category ⇒ String? (readonly)
Returns the value of attribute prep_category.
696 697 698 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 696 def prep_category @prep_category end |
#prep_instructions ⇒ Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepInstruction]? (readonly)
Returns the value of attribute prep_instructions.
697 698 699 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 697 def prep_instructions @prep_instructions end |
#prep_owner ⇒ String? (readonly)
Returns the value of attribute prep_owner.
698 699 700 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 698 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
688 689 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 688
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 ]
691 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 691
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
686 687 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 686
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
693 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 693
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepDetails
|
Instance Method Details
#members ⇒ [ :label_owner, :prep_category, :prep_instructions, :prep_owner ]
700 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 700
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? }
701 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 701
def to_h: () -> { label_owner: String?, prep_category: String?, prep_instructions: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepInstruction]?, prep_owner: String? }
|