Class: Peddler::APIs::AplusContent20201101::StandardTechSpecsModule
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AplusContent20201101::StandardTechSpecsModule
- Defined in:
- sig/peddler/apis/aplus_content_2020_11_01.rbs
Instance Attribute Summary collapse
-
#headline ⇒ Peddler::APIs::AplusContent20201101::TextComponent?
readonly
Returns the value of attribute headline.
-
#specification_list ⇒ Array[Peddler::APIs::AplusContent20201101::StandardTextPairBlock]
readonly
Returns the value of attribute specification_list.
-
#table_count ⇒ Integer?
readonly
Returns the value of attribute table_count.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :specification_list, :headline, :table_count ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AplusContent20201101::StandardTechSpecsModule
Instance Method Summary collapse
-
#members ⇒ [ :specification_list, :headline, :table_count ]
-
#to_h ⇒ { specification_list: Array[Peddler::APIs::AplusContent20201101::StandardTextPairBlock], headline: Peddler::APIs::AplusContent20201101::TextComponent?, table_count: Integer? }
Instance Attribute Details
#headline ⇒ Peddler::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_list ⇒ Array[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_count ⇒ Integer? (readonly)
Returns the value of attribute table_count.
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 ]
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
|
.parse ⇒ Peddler::APIs::AplusContent20201101::StandardTechSpecsModule
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 ]
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? }
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? }
|