Class: Peddler::APIs::AplusContent20201101::StandardImageTextCaptionBlock

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

#blockPeddler::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

#captionPeddler::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 ]

Returns:

  • ([ :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

.parsePeddler::APIs::AplusContent20201101::StandardImageTextCaptionBlock

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :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? }