Class: Peddler::APIs::AplusContent20201101::StandardHeaderTextListBlock
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AplusContent20201101::StandardHeaderTextListBlock
- Defined in:
- sig/peddler/apis/aplus_content_2020_11_01.rbs
Instance Attribute Summary collapse
-
#block ⇒ Peddler::APIs::AplusContent20201101::StandardTextListBlock?
readonly
Returns the value of attribute block.
-
#headline ⇒ Peddler::APIs::AplusContent20201101::TextComponent?
readonly
Returns the value of attribute headline.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :block, :headline ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AplusContent20201101::StandardHeaderTextListBlock
Instance Method Summary collapse
-
#members ⇒ [ :block, :headline ]
-
#to_h ⇒ { block: Peddler::APIs::AplusContent20201101::StandardTextListBlock?, headline: Peddler::APIs::AplusContent20201101::TextComponent? }
Instance Attribute Details
#block ⇒ Peddler::APIs::AplusContent20201101::StandardTextListBlock? (readonly)
Returns the value of attribute block.
680 681 682 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 680 def block @block end |
#headline ⇒ Peddler::APIs::AplusContent20201101::TextComponent? (readonly)
Returns the value of attribute headline.
681 682 683 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 681 def headline @headline end |
Class Method Details
.[](block:, headline:) ⇒ Peddler::APIs::AplusContent20201101::StandardHeaderTextListBlock .[](arg0, arg1) ⇒ Peddler::APIs::AplusContent20201101::StandardHeaderTextListBlock
673 674 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 673
def self.[]: (?block: Peddler::APIs::AplusContent20201101::StandardTextListBlock?, ?headline: Peddler::APIs::AplusContent20201101::TextComponent?) -> Peddler::APIs::AplusContent20201101::StandardHeaderTextListBlock
| (Peddler::APIs::AplusContent20201101::StandardTextListBlock?, Peddler::APIs::AplusContent20201101::TextComponent?) -> Peddler::APIs::AplusContent20201101::StandardHeaderTextListBlock
|
.members ⇒ [ :block, :headline ]
676 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 676
def self.members: () -> [ :block, :headline ]
|
.new(block:, headline:) ⇒ Peddler::APIs::AplusContent20201101::StandardHeaderTextListBlock .new(arg0, arg1) ⇒ Peddler::APIs::AplusContent20201101::StandardHeaderTextListBlock
671 672 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 671
def self.new: (?block: Peddler::APIs::AplusContent20201101::StandardTextListBlock?, ?headline: Peddler::APIs::AplusContent20201101::TextComponent?) -> Peddler::APIs::AplusContent20201101::StandardHeaderTextListBlock
| (Peddler::APIs::AplusContent20201101::StandardTextListBlock?, Peddler::APIs::AplusContent20201101::TextComponent?) -> Peddler::APIs::AplusContent20201101::StandardHeaderTextListBlock
|
.parse ⇒ Peddler::APIs::AplusContent20201101::StandardHeaderTextListBlock
678 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 678
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AplusContent20201101::StandardHeaderTextListBlock
|
Instance Method Details
#members ⇒ [ :block, :headline ]
683 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 683
def members: () -> [ :block, :headline ]
|
#to_h ⇒ { block: Peddler::APIs::AplusContent20201101::StandardTextListBlock?, headline: Peddler::APIs::AplusContent20201101::TextComponent? }
684 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 684
def to_h: () -> { block: Peddler::APIs::AplusContent20201101::StandardTextListBlock?, headline: Peddler::APIs::AplusContent20201101::TextComponent? }
|