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)


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

Returns the value of attribute label_status.

Returns:

  • (String)


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

Overloads:



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 ]

Returns:

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

Overloads:



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

.parsePeddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabels

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:

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