Class: Peddler::APIs::AplusContent20201101::StandardHeaderTextListBlock

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

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

Returns:

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

.parsePeddler::APIs::AplusContent20201101::StandardHeaderTextListBlock

Parameters:

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

Returns:



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 ]

Returns:

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