Class: Peddler::APIs::AplusContent20201101::StandardThreeImageTextModule
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AplusContent20201101::StandardThreeImageTextModule
- Defined in:
- sig/peddler/apis/aplus_content_2020_11_01.rbs
Instance Attribute Summary collapse
-
#block1 ⇒ Peddler::APIs::AplusContent20201101::StandardImageTextBlock?
readonly
Returns the value of attribute block1.
-
#block2 ⇒ Peddler::APIs::AplusContent20201101::StandardImageTextBlock?
readonly
Returns the value of attribute block2.
-
#block3 ⇒ Peddler::APIs::AplusContent20201101::StandardImageTextBlock?
readonly
Returns the value of attribute block3.
-
#headline ⇒ Peddler::APIs::AplusContent20201101::TextComponent?
readonly
Returns the value of attribute headline.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :block1, :block2, :block3, :headline ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AplusContent20201101::StandardThreeImageTextModule
Instance Method Summary collapse
-
#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? }
Instance Attribute Details
#block1 ⇒ Peddler::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 |
#block2 ⇒ Peddler::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 |
#block3 ⇒ Peddler::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 |
#headline ⇒ Peddler::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 ]
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
|
.parse ⇒ Peddler::APIs::AplusContent20201101::StandardThreeImageTextModule
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 ]
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? }
|