Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepInstruction
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepInstruction
- Defined in:
- sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs
Instance Attribute Summary collapse
-
#prep_owner ⇒ String?
readonly
Returns the value of attribute prep_owner.
-
#prep_type ⇒ String?
readonly
Returns the value of attribute prep_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :prep_owner, :prep_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepInstruction
Instance Method Summary collapse
Instance Attribute Details
#prep_owner ⇒ String? (readonly)
Returns the value of attribute prep_owner.
575 576 577 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 575 def prep_owner @prep_owner end |
#prep_type ⇒ String? (readonly)
Returns the value of attribute prep_type.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepInstruction
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 ]
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? }
579 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 579
def to_h: () -> { prep_owner: String?, prep_type: String? }
|