Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepDetails

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

#label_ownerString? (readonly)

Returns the value of attribute label_owner.

Returns:

  • (String, nil)


556
557
558
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 556

def label_owner
  @label_owner
end

#prep_categoryString? (readonly)

Returns the value of attribute prep_category.

Returns:

  • (String, nil)


557
558
559
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 557

def prep_category
  @prep_category
end

#prep_instructionsArray[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_ownerString? (readonly)

Returns the value of attribute prep_owner.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

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

Overloads:



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

.parsePeddler::APIs::AmazonWarehousingAndDistribution20240509::PrepDetails

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:



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? }