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.
714 715 716 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 714 def prep_owner @prep_owner end |
#prep_type ⇒ String? (readonly)
Returns the value of attribute prep_type.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::PrepInstruction
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 ]
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? }
718 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 718
def to_h: () -> { prep_owner: String?, prep_type: String? }
|