Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabelPageTypes
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabelPageTypes
- Defined in:
- sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs
Instance Attribute Summary collapse
-
#label_status ⇒ String
readonly
Returns the value of attribute label_status.
-
#page_types ⇒ Array[untyped]?
readonly
Returns the value of attribute page_types.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :label_status, :page_types ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabelPageTypes
Instance Method Summary collapse
-
#members ⇒ [ :label_status, :page_types ]
-
#to_h ⇒ { label_status: String, page_types: Array[untyped]? }
Instance Attribute Details
#label_status ⇒ String (readonly)
Returns the value of attribute label_status.
912 913 914 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 912 def label_status @label_status end |
#page_types ⇒ Array[untyped]? (readonly)
Returns the value of attribute page_types.
913 914 915 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 913 def page_types @page_types end |
Class Method Details
.[](label_status:, page_types:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabelPageTypes .[](arg0, arg1) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabelPageTypes
905 906 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 905
def self.[]: (label_status: String, ?page_types: Array[untyped]?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabelPageTypes
| (String, Array[untyped]?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabelPageTypes
|
.members ⇒ [ :label_status, :page_types ]
908 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 908
def self.members: () -> [ :label_status, :page_types ]
|
.new(label_status:, page_types:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabelPageTypes .new(arg0, arg1) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabelPageTypes
903 904 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 903
def self.new: (label_status: String, ?page_types: Array[untyped]?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabelPageTypes
| (String, Array[untyped]?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabelPageTypes
|
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabelPageTypes
910 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 910
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabelPageTypes
|
Instance Method Details
#members ⇒ [ :label_status, :page_types ]
915 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 915
def members: () -> [ :label_status, :page_types ]
|
#to_h ⇒ { label_status: String, page_types: Array[untyped]? }
916 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 916
def to_h: () -> { label_status: String, page_types: Array[untyped]? }
|