Class: Peddler::APIs::AplusContent20201101::StandardImageSidebarModule
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AplusContent20201101::StandardImageSidebarModule
- Defined in:
- sig/peddler/apis/aplus_content_2020_11_01.rbs
Instance Attribute Summary collapse
-
#description_list_block ⇒ Peddler::APIs::AplusContent20201101::StandardTextListBlock?
readonly
Returns the value of attribute description_list_block.
-
#description_text_block ⇒ Peddler::APIs::AplusContent20201101::StandardTextBlock?
readonly
Returns the value of attribute description_text_block.
-
#headline ⇒ Peddler::APIs::AplusContent20201101::TextComponent?
readonly
Returns the value of attribute headline.
-
#image_caption_block ⇒ Peddler::APIs::AplusContent20201101::StandardImageCaptionBlock?
readonly
Returns the value of attribute image_caption_block.
-
#sidebar_image_text_block ⇒ Peddler::APIs::AplusContent20201101::StandardImageTextBlock?
readonly
Returns the value of attribute sidebar_image_text_block.
-
#sidebar_list_block ⇒ Peddler::APIs::AplusContent20201101::StandardTextListBlock?
readonly
Returns the value of attribute sidebar_list_block.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :description_list_block, :description_text_block, :headline, :image_caption_block, :sidebar_image_text_block, :sidebar_list_block ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AplusContent20201101::StandardImageSidebarModule
Instance Method Summary collapse
-
#members ⇒ [ :description_list_block, :description_text_block, :headline, :image_caption_block, :sidebar_image_text_block, :sidebar_list_block ]
-
#to_h ⇒ { description_list_block: Peddler::APIs::AplusContent20201101::StandardTextListBlock?, description_text_block: Peddler::APIs::AplusContent20201101::StandardTextBlock?, headline: Peddler::APIs::AplusContent20201101::TextComponent?, image_caption_block: Peddler::APIs::AplusContent20201101::StandardImageCaptionBlock?, sidebar_image_text_block: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, sidebar_list_block: Peddler::APIs::AplusContent20201101::StandardTextListBlock? }
Instance Attribute Details
#description_list_block ⇒ Peddler::APIs::AplusContent20201101::StandardTextListBlock? (readonly)
Returns the value of attribute description_list_block.
714 715 716 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 714 def description_list_block @description_list_block end |
#description_text_block ⇒ Peddler::APIs::AplusContent20201101::StandardTextBlock? (readonly)
Returns the value of attribute description_text_block.
715 716 717 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 715 def description_text_block @description_text_block end |
#headline ⇒ Peddler::APIs::AplusContent20201101::TextComponent? (readonly)
Returns the value of attribute headline.
716 717 718 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 716 def headline @headline end |
#image_caption_block ⇒ Peddler::APIs::AplusContent20201101::StandardImageCaptionBlock? (readonly)
Returns the value of attribute image_caption_block.
717 718 719 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 717 def image_caption_block @image_caption_block end |
#sidebar_image_text_block ⇒ Peddler::APIs::AplusContent20201101::StandardImageTextBlock? (readonly)
Returns the value of attribute sidebar_image_text_block.
718 719 720 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 718 def @sidebar_image_text_block end |
#sidebar_list_block ⇒ Peddler::APIs::AplusContent20201101::StandardTextListBlock? (readonly)
Returns the value of attribute sidebar_list_block.
719 720 721 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 719 def @sidebar_list_block end |
Class Method Details
.[](description_list_block:, description_text_block:, headline:, image_caption_block:, sidebar_image_text_block:, sidebar_list_block:) ⇒ Peddler::APIs::AplusContent20201101::StandardImageSidebarModule .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::AplusContent20201101::StandardImageSidebarModule
707 708 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 707
def self.[]: (?description_list_block: Peddler::APIs::AplusContent20201101::StandardTextListBlock?, ?description_text_block: Peddler::APIs::AplusContent20201101::StandardTextBlock?, ?headline: Peddler::APIs::AplusContent20201101::TextComponent?, ?image_caption_block: Peddler::APIs::AplusContent20201101::StandardImageCaptionBlock?, ?sidebar_image_text_block: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, ?sidebar_list_block: Peddler::APIs::AplusContent20201101::StandardTextListBlock?) -> Peddler::APIs::AplusContent20201101::StandardImageSidebarModule
| (Peddler::APIs::AplusContent20201101::StandardTextListBlock?, Peddler::APIs::AplusContent20201101::StandardTextBlock?, Peddler::APIs::AplusContent20201101::TextComponent?, Peddler::APIs::AplusContent20201101::StandardImageCaptionBlock?, Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, Peddler::APIs::AplusContent20201101::StandardTextListBlock?) -> Peddler::APIs::AplusContent20201101::StandardImageSidebarModule
|
.members ⇒ [ :description_list_block, :description_text_block, :headline, :image_caption_block, :sidebar_image_text_block, :sidebar_list_block ]
710 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 710
def self.members: () -> [ :description_list_block, :description_text_block, :headline, :image_caption_block, :sidebar_image_text_block, :sidebar_list_block ]
|
.new(description_list_block:, description_text_block:, headline:, image_caption_block:, sidebar_image_text_block:, sidebar_list_block:) ⇒ Peddler::APIs::AplusContent20201101::StandardImageSidebarModule .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::AplusContent20201101::StandardImageSidebarModule
705 706 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 705
def self.new: (?description_list_block: Peddler::APIs::AplusContent20201101::StandardTextListBlock?, ?description_text_block: Peddler::APIs::AplusContent20201101::StandardTextBlock?, ?headline: Peddler::APIs::AplusContent20201101::TextComponent?, ?image_caption_block: Peddler::APIs::AplusContent20201101::StandardImageCaptionBlock?, ?sidebar_image_text_block: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, ?sidebar_list_block: Peddler::APIs::AplusContent20201101::StandardTextListBlock?) -> Peddler::APIs::AplusContent20201101::StandardImageSidebarModule
| (Peddler::APIs::AplusContent20201101::StandardTextListBlock?, Peddler::APIs::AplusContent20201101::StandardTextBlock?, Peddler::APIs::AplusContent20201101::TextComponent?, Peddler::APIs::AplusContent20201101::StandardImageCaptionBlock?, Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, Peddler::APIs::AplusContent20201101::StandardTextListBlock?) -> Peddler::APIs::AplusContent20201101::StandardImageSidebarModule
|
.parse ⇒ Peddler::APIs::AplusContent20201101::StandardImageSidebarModule
712 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 712
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AplusContent20201101::StandardImageSidebarModule
|
Instance Method Details
#members ⇒ [ :description_list_block, :description_text_block, :headline, :image_caption_block, :sidebar_image_text_block, :sidebar_list_block ]
721 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 721
def members: () -> [ :description_list_block, :description_text_block, :headline, :image_caption_block, :sidebar_image_text_block, :sidebar_list_block ]
|
#to_h ⇒ { description_list_block: Peddler::APIs::AplusContent20201101::StandardTextListBlock?, description_text_block: Peddler::APIs::AplusContent20201101::StandardTextBlock?, headline: Peddler::APIs::AplusContent20201101::TextComponent?, image_caption_block: Peddler::APIs::AplusContent20201101::StandardImageCaptionBlock?, sidebar_image_text_block: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, sidebar_list_block: Peddler::APIs::AplusContent20201101::StandardTextListBlock? }
722 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 722
def to_h: () -> { description_list_block: Peddler::APIs::AplusContent20201101::StandardTextListBlock?, description_text_block: Peddler::APIs::AplusContent20201101::StandardTextBlock?, headline: Peddler::APIs::AplusContent20201101::TextComponent?, image_caption_block: Peddler::APIs::AplusContent20201101::StandardImageCaptionBlock?, sidebar_image_text_block: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?, sidebar_list_block: Peddler::APIs::AplusContent20201101::StandardTextListBlock? }
|