Class: Peddler::APIs::AplusContent20201101::StandardMultipleImageTextModule
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AplusContent20201101::StandardMultipleImageTextModule
- Defined in:
- sig/peddler/apis/aplus_content_2020_11_01.rbs
Instance Attribute Summary collapse
-
#blocks ⇒ Array[Peddler::APIs::AplusContent20201101::StandardImageTextCaptionBlock]?
readonly
Returns the value of attribute blocks.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :blocks ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AplusContent20201101::StandardMultipleImageTextModule
Instance Method Summary collapse
-
#members ⇒ [ :blocks ]
-
#to_h ⇒ { blocks: Array[Peddler::APIs::AplusContent20201101::StandardImageTextCaptionBlock]? }
Instance Attribute Details
#blocks ⇒ Array[Peddler::APIs::AplusContent20201101::StandardImageTextCaptionBlock]? (readonly)
Returns the value of attribute blocks.
787 788 789 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 787 def blocks @blocks end |
Class Method Details
.[](blocks:) ⇒ Peddler::APIs::AplusContent20201101::StandardMultipleImageTextModule .[](arg0) ⇒ Peddler::APIs::AplusContent20201101::StandardMultipleImageTextModule
780 781 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 780
def self.[]: (?blocks: Array[Peddler::APIs::AplusContent20201101::StandardImageTextCaptionBlock]?) -> Peddler::APIs::AplusContent20201101::StandardMultipleImageTextModule
| (Array[Peddler::APIs::AplusContent20201101::StandardImageTextCaptionBlock]?) -> Peddler::APIs::AplusContent20201101::StandardMultipleImageTextModule
|
.members ⇒ [ :blocks ]
783 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 783
def self.members: () -> [ :blocks ]
|
.new(blocks:) ⇒ Peddler::APIs::AplusContent20201101::StandardMultipleImageTextModule .new(arg0) ⇒ Peddler::APIs::AplusContent20201101::StandardMultipleImageTextModule
778 779 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 778
def self.new: (?blocks: Array[Peddler::APIs::AplusContent20201101::StandardImageTextCaptionBlock]?) -> Peddler::APIs::AplusContent20201101::StandardMultipleImageTextModule
| (Array[Peddler::APIs::AplusContent20201101::StandardImageTextCaptionBlock]?) -> Peddler::APIs::AplusContent20201101::StandardMultipleImageTextModule
|
.parse ⇒ Peddler::APIs::AplusContent20201101::StandardMultipleImageTextModule
785 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 785
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AplusContent20201101::StandardMultipleImageTextModule
|
Instance Method Details
#members ⇒ [ :blocks ]
789 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 789
def members: () -> [ :blocks ]
|
#to_h ⇒ { blocks: Array[Peddler::APIs::AplusContent20201101::StandardImageTextCaptionBlock]? }
790 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 790
def to_h: () -> { blocks: Array[Peddler::APIs::AplusContent20201101::StandardImageTextCaptionBlock]? }
|