Class: Peddler::APIs::AplusContent20201101::StandardImageTextCaptionBlock
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AplusContent20201101::StandardImageTextCaptionBlock
- Defined in:
- sig/peddler/apis/aplus_content_2020_11_01.rbs
Instance Attribute Summary collapse
-
#block ⇒ Peddler::APIs::AplusContent20201101::StandardImageTextBlock?
readonly
Returns the value of attribute block.
-
#caption ⇒ Peddler::APIs::AplusContent20201101::TextComponent?
readonly
Returns the value of attribute caption.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :block, :caption ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AplusContent20201101::StandardImageTextCaptionBlock
Instance Method Summary collapse
-
#members ⇒ [ :block, :caption ]
-
#to_h ⇒ { block: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, caption: Peddler::APIs::AplusContent20201101::TextComponent? }
Instance Attribute Details
#block ⇒ Peddler::APIs::AplusContent20201101::StandardImageTextBlock? (readonly)
Returns the value of attribute block.
753 754 755 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 753 def block @block end |
#caption ⇒ Peddler::APIs::AplusContent20201101::TextComponent? (readonly)
Returns the value of attribute caption.
754 755 756 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 754 def caption @caption end |
Class Method Details
.[](block:, caption:) ⇒ Peddler::APIs::AplusContent20201101::StandardImageTextCaptionBlock .[](arg0, arg1) ⇒ Peddler::APIs::AplusContent20201101::StandardImageTextCaptionBlock
746 747 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 746
def self.[]: (?block: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, ?caption: Peddler::APIs::AplusContent20201101::TextComponent?) -> Peddler::APIs::AplusContent20201101::StandardImageTextCaptionBlock
| (Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, Peddler::APIs::AplusContent20201101::TextComponent?) -> Peddler::APIs::AplusContent20201101::StandardImageTextCaptionBlock
|
.members ⇒ [ :block, :caption ]
749 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 749
def self.members: () -> [ :block, :caption ]
|
.new(block:, caption:) ⇒ Peddler::APIs::AplusContent20201101::StandardImageTextCaptionBlock .new(arg0, arg1) ⇒ Peddler::APIs::AplusContent20201101::StandardImageTextCaptionBlock
744 745 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 744
def self.new: (?block: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, ?caption: Peddler::APIs::AplusContent20201101::TextComponent?) -> Peddler::APIs::AplusContent20201101::StandardImageTextCaptionBlock
| (Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, Peddler::APIs::AplusContent20201101::TextComponent?) -> Peddler::APIs::AplusContent20201101::StandardImageTextCaptionBlock
|
.parse ⇒ Peddler::APIs::AplusContent20201101::StandardImageTextCaptionBlock
751 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 751
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AplusContent20201101::StandardImageTextCaptionBlock
|
Instance Method Details
#members ⇒ [ :block, :caption ]
756 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 756
def members: () -> [ :block, :caption ]
|
#to_h ⇒ { block: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, caption: Peddler::APIs::AplusContent20201101::TextComponent? }
757 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 757
def to_h: () -> { block: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, caption: Peddler::APIs::AplusContent20201101::TextComponent? }
|