Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabels
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabels
- Defined in:
- sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs
Instance Attribute Summary collapse
-
#label_download_url ⇒ String?
readonly
Returns the value of attribute label_download_url.
-
#label_status ⇒ String
readonly
Returns the value of attribute label_status.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :label_status, :label_download_url ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabels
Instance Method Summary collapse
-
#members ⇒ [ :label_status, :label_download_url ]
-
#to_h ⇒ { label_status: String, label_download_url: String? }
Instance Attribute Details
#label_download_url ⇒ String? (readonly)
Returns the value of attribute label_download_url.
773 774 775 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 773 def label_download_url @label_download_url end |
#label_status ⇒ String (readonly)
Returns the value of attribute label_status.
774 775 776 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 774 def label_status @label_status end |
Class Method Details
.[](label_status:, label_download_url:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabels .[](arg0, arg1) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabels
766 767 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 766
def self.[]: (label_status: String, ?label_download_url: String?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabels
| (String, String?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabels
|
.members ⇒ [ :label_status, :label_download_url ]
769 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 769
def self.members: () -> [ :label_status, :label_download_url ]
|
.new(label_status:, label_download_url:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabels .new(arg0, arg1) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabels
764 765 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 764
def self.new: (label_status: String, ?label_download_url: String?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabels
| (String, String?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabels
|
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabels
771 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 771
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabels
|
Instance Method Details
#members ⇒ [ :label_status, :label_download_url ]
776 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 776
def members: () -> [ :label_status, :label_download_url ]
|
#to_h ⇒ { label_status: String, label_download_url: String? }
777 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 777
def to_h: () -> { label_status: String, label_download_url: String? }
|