Class: Peddler::APIs::AplusContent20201101::StandardHeaderImageTextModule
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AplusContent20201101::StandardHeaderImageTextModule
- Defined in:
- sig/peddler/apis/aplus_content_2020_11_01.rbs
Instance Attribute Summary collapse
-
#block ⇒ Peddler::APIs::AplusContent20201101::StandardImageTextBlock?
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::StandardHeaderImageTextModule
Instance Method Summary collapse
-
#members ⇒ [ :block, :headline ]
-
#to_h ⇒ { block: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, headline: Peddler::APIs::AplusContent20201101::TextComponent? }
Instance Attribute Details
#block ⇒ Peddler::APIs::AplusContent20201101::StandardImageTextBlock? (readonly)
Returns the value of attribute block.
663 664 665 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 663 def block @block end |
#headline ⇒ Peddler::APIs::AplusContent20201101::TextComponent? (readonly)
Returns the value of attribute headline.
664 665 666 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 664 def headline @headline end |
Class Method Details
.[](block:, headline:) ⇒ Peddler::APIs::AplusContent20201101::StandardHeaderImageTextModule .[](arg0, arg1) ⇒ Peddler::APIs::AplusContent20201101::StandardHeaderImageTextModule
656 657 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 656
def self.[]: (?block: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, ?headline: Peddler::APIs::AplusContent20201101::TextComponent?) -> Peddler::APIs::AplusContent20201101::StandardHeaderImageTextModule
| (Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, Peddler::APIs::AplusContent20201101::TextComponent?) -> Peddler::APIs::AplusContent20201101::StandardHeaderImageTextModule
|
.members ⇒ [ :block, :headline ]
659 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 659
def self.members: () -> [ :block, :headline ]
|
.new(block:, headline:) ⇒ Peddler::APIs::AplusContent20201101::StandardHeaderImageTextModule .new(arg0, arg1) ⇒ Peddler::APIs::AplusContent20201101::StandardHeaderImageTextModule
654 655 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 654
def self.new: (?block: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, ?headline: Peddler::APIs::AplusContent20201101::TextComponent?) -> Peddler::APIs::AplusContent20201101::StandardHeaderImageTextModule
| (Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, Peddler::APIs::AplusContent20201101::TextComponent?) -> Peddler::APIs::AplusContent20201101::StandardHeaderImageTextModule
|
.parse ⇒ Peddler::APIs::AplusContent20201101::StandardHeaderImageTextModule
661 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 661
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AplusContent20201101::StandardHeaderImageTextModule
|
Instance Method Details
#members ⇒ [ :block, :headline ]
666 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 666
def members: () -> [ :block, :headline ]
|
#to_h ⇒ { block: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, headline: Peddler::APIs::AplusContent20201101::TextComponent? }
667 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 667
def to_h: () -> { block: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, headline: Peddler::APIs::AplusContent20201101::TextComponent? }
|