Class: Peddler::APIs::AplusContent20201101::StandardFourImageTextModule

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

#block1Peddler::APIs::AplusContent20201101::StandardImageTextBlock? (readonly)

Returns the value of attribute block1.



624
625
626
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 624

def block1
  @block1
end

#block2Peddler::APIs::AplusContent20201101::StandardImageTextBlock? (readonly)

Returns the value of attribute block2.



625
626
627
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 625

def block2
  @block2
end

#block3Peddler::APIs::AplusContent20201101::StandardImageTextBlock? (readonly)

Returns the value of attribute block3.



626
627
628
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 626

def block3
  @block3
end

#block4Peddler::APIs::AplusContent20201101::StandardImageTextBlock? (readonly)

Returns the value of attribute block4.



627
628
629
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 627

def block4
  @block4
end

#headlinePeddler::APIs::AplusContent20201101::TextComponent? (readonly)

Returns the value of attribute headline.



628
629
630
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 628

def headline
  @headline
end

Class Method Details

.[](block1:, block2:, block3:, block4:, headline:) ⇒ Peddler::APIs::AplusContent20201101::StandardFourImageTextModule .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::AplusContent20201101::StandardFourImageTextModule



617
618
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 617

def self.[]: (?block1: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, ?block2: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, ?block3: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, ?block4: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, ?headline: Peddler::APIs::AplusContent20201101::TextComponent?) -> Peddler::APIs::AplusContent20201101::StandardFourImageTextModule
| (Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, Peddler::APIs::AplusContent20201101::TextComponent?) -> Peddler::APIs::AplusContent20201101::StandardFourImageTextModule

.members[ :block1, :block2, :block3, :block4, :headline ]

Returns:

  • ([ :block1, :block2, :block3, :block4, :headline ])


620
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 620

def self.members: () -> [ :block1, :block2, :block3, :block4, :headline ]

.new(block1:, block2:, block3:, block4:, headline:) ⇒ Peddler::APIs::AplusContent20201101::StandardFourImageTextModule .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::AplusContent20201101::StandardFourImageTextModule



615
616
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 615

def self.new: (?block1: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, ?block2: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, ?block3: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, ?block4: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, ?headline: Peddler::APIs::AplusContent20201101::TextComponent?) -> Peddler::APIs::AplusContent20201101::StandardFourImageTextModule
| (Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, Peddler::APIs::AplusContent20201101::TextComponent?) -> Peddler::APIs::AplusContent20201101::StandardFourImageTextModule

.parsePeddler::APIs::AplusContent20201101::StandardFourImageTextModule

Parameters:

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

Returns:



622
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 622

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AplusContent20201101::StandardFourImageTextModule

Instance Method Details

#members[ :block1, :block2, :block3, :block4, :headline ]

Returns:

  • ([ :block1, :block2, :block3, :block4, :headline ])


630
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 630

def members: () -> [ :block1, :block2, :block3, :block4, :headline ]

#to_h{ block1: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, block2: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, block3: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, block4: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, headline: Peddler::APIs::AplusContent20201101::TextComponent? }



631
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 631

def to_h: () -> { block1: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, block2: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, block3: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, block4: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, headline: Peddler::APIs::AplusContent20201101::TextComponent? }