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.
929 930 931 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 929 def label_download_url @label_download_url end |
#label_status ⇒ String (readonly)
Returns the value of attribute label_status.
930 931 932 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 930 def label_status @label_status end |
Class Method Details
.[](label_status:, label_download_url:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabels .[](arg0, arg1) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabels
922 923 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 922
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 ]
925 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 925
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
920 921 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 920
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
927 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 927
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabels
|
Instance Method Details
#members ⇒ [ :label_status, :label_download_url ]
932 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 932
def members: () -> [ :label_status, :label_download_url ]
|
#to_h ⇒ { label_status: String, label_download_url: String? }
933 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 933
def to_h: () -> { label_status: String, label_download_url: String? }
|