Class: Peddler::APIs::AplusContent20201101::StandardThreeImageTextModule

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.



965
966
967
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 965

def block1
  @block1
end

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

Returns the value of attribute block2.



966
967
968
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 966

def block2
  @block2
end

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

Returns the value of attribute block3.



967
968
969
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 967

def block3
  @block3
end

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

Returns the value of attribute headline.



968
969
970
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 968

def headline
  @headline
end

Class Method Details

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



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

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

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

Returns:

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


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

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

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



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

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

.parsePeddler::APIs::AplusContent20201101::StandardThreeImageTextModule

Parameters:

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

Returns:



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

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

Instance Method Details

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

Returns:

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


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

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

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



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

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