Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabels

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#label_download_urlString? (readonly)

Returns the value of attribute label_download_url.

Returns:

  • (String, nil)


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_statusString (readonly)

Returns the value of attribute label_status.

Returns:

  • (String)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabels

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:

  • ({ 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? }