Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentLabelPageTypes

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_status ⇒ String (readonly)

Returns the value of attribute label_status.

Returns:

  • (String)


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.

Returns:

  • (Array[untyped], nil)


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

Overloads:



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 ]

Returns:

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

Overloads:



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

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:

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