Class: Peddler::APIs::AplusContent20201101::StandardTechSpecsModule

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#headlinePeddler::APIs::AplusContent20201101::TextComponent? (readonly)

Returns the value of attribute headline.



880
881
882
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 880

def headline
  @headline
end

#specification_listArray[Peddler::APIs::AplusContent20201101::StandardTextPairBlock] (readonly)

Returns the value of attribute specification_list.



881
882
883
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 881

def specification_list
  @specification_list
end

#table_countInteger? (readonly)

Returns the value of attribute table_count.

Returns:

  • (Integer, nil)


882
883
884
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 882

def table_count
  @table_count
end

Class Method Details

.[](specification_list:, headline:, table_count:) ⇒ Peddler::APIs::AplusContent20201101::StandardTechSpecsModule .[](arg0, arg1, arg2) ⇒ Peddler::APIs::AplusContent20201101::StandardTechSpecsModule



873
874
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 873

def self.[]: (specification_list: Array[Peddler::APIs::AplusContent20201101::StandardTextPairBlock], ?headline: Peddler::APIs::AplusContent20201101::TextComponent?, ?table_count: Integer?) -> Peddler::APIs::AplusContent20201101::StandardTechSpecsModule
| (Array[Peddler::APIs::AplusContent20201101::StandardTextPairBlock], Peddler::APIs::AplusContent20201101::TextComponent?, Integer?) -> Peddler::APIs::AplusContent20201101::StandardTechSpecsModule

.members[ :specification_list, :headline, :table_count ]

Returns:

  • ([ :specification_list, :headline, :table_count ])


876
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 876

def self.members: () -> [ :specification_list, :headline, :table_count ]

.new(specification_list:, headline:, table_count:) ⇒ Peddler::APIs::AplusContent20201101::StandardTechSpecsModule .new(arg0, arg1, arg2) ⇒ Peddler::APIs::AplusContent20201101::StandardTechSpecsModule



871
872
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 871

def self.new: (specification_list: Array[Peddler::APIs::AplusContent20201101::StandardTextPairBlock], ?headline: Peddler::APIs::AplusContent20201101::TextComponent?, ?table_count: Integer?) -> Peddler::APIs::AplusContent20201101::StandardTechSpecsModule
| (Array[Peddler::APIs::AplusContent20201101::StandardTextPairBlock], Peddler::APIs::AplusContent20201101::TextComponent?, Integer?) -> Peddler::APIs::AplusContent20201101::StandardTechSpecsModule

.parsePeddler::APIs::AplusContent20201101::StandardTechSpecsModule

Parameters:

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

Returns:



878
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 878

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AplusContent20201101::StandardTechSpecsModule

Instance Method Details

#members[ :specification_list, :headline, :table_count ]

Returns:

  • ([ :specification_list, :headline, :table_count ])


884
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 884

def members: () -> [ :specification_list, :headline, :table_count ]

#to_h{ specification_list: Array[Peddler::APIs::AplusContent20201101::StandardTextPairBlock], headline: Peddler::APIs::AplusContent20201101::TextComponent?, table_count: Integer? }

Returns:



885
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 885

def to_h: () -> { specification_list: Array[Peddler::APIs::AplusContent20201101::StandardTextPairBlock], headline: Peddler::APIs::AplusContent20201101::TextComponent?, table_count: Integer? }