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)


575
576
577
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 575

def prep_owner
  @prep_owner
end

#prep_typeString? (readonly)

Returns the value of attribute prep_type.

Returns:

  • (String, nil)


576
577
578
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 576

def prep_type
  @prep_type
end

Class Method Details

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

Overloads:



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

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 ])


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

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

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

Overloads:



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

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:



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

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 ])


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

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

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

Returns:

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


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

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