Class: Peddler::APIs::AplusContent20201101::StandardHeaderImageTextModule

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

#blockPeddler::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

#headlinePeddler::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 ]

Returns:

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

.parsePeddler::APIs::AplusContent20201101::StandardHeaderImageTextModule

Parameters:

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

Returns:



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 ]

Returns:

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