Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepInstruction

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

#prep_ownerString? (readonly)

Returns the value of attribute prep_owner.

Returns:

  • (String, nil)


714
715
716
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 714

def prep_owner
  @prep_owner
end

#prep_typeString? (readonly)

Returns the value of attribute prep_type.

Returns:

  • (String, nil)


715
716
717
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 715

def prep_type
  @prep_type
end

Class Method Details

.[](prep_owner:, prep_type:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepInstruction .[](arg0, arg1) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepInstruction

Overloads:



707
708
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 707

def self.[]: (?prep_owner: String?, ?prep_type: String?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepInstruction
| (String?, String?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepInstruction

.members[ :prep_owner, :prep_type ]

Returns:

  • ([ :prep_owner, :prep_type ])


710
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 710

def self.members: () -> [ :prep_owner, :prep_type ]

.new(prep_owner:, prep_type:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepInstruction .new(arg0, arg1) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepInstruction

Overloads:



705
706
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 705

def self.new: (?prep_owner: String?, ?prep_type: String?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepInstruction
| (String?, String?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepInstruction

.parsePeddler::APIs::AmazonWarehousingAndDistribution20240509::PrepInstruction

Parameters:

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

Returns:



712
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 712

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepInstruction

Instance Method Details

#members[ :prep_owner, :prep_type ]

Returns:

  • ([ :prep_owner, :prep_type ])


717
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 717

def members: () -> [ :prep_owner, :prep_type ]

#to_h{ prep_owner: String?, prep_type: String? }

Returns:

  • ({ prep_owner: String?, prep_type: String? })


718
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 718

def to_h: () -> { prep_owner: String?, prep_type: String? }