Class: Peddler::APIs::AplusContent20201101::StandardImageTextOverlayModule
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AplusContent20201101::StandardImageTextOverlayModule
- 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.
-
#overlay_color_type ⇒ String
readonly
Returns the value of attribute overlay_color_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :overlay_color_type, :block ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AplusContent20201101::StandardImageTextOverlayModule
Instance Method Summary collapse
-
#members ⇒ [ :overlay_color_type, :block ]
-
#to_h ⇒ { overlay_color_type: String, block: Peddler::APIs::AplusContent20201101::StandardImageTextBlock? }
Instance Attribute Details
#block ⇒ Peddler::APIs::AplusContent20201101::StandardImageTextBlock? (readonly)
Returns the value of attribute block.
770 771 772 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 770 def block @block end |
#overlay_color_type ⇒ String (readonly)
Returns the value of attribute overlay_color_type.
771 772 773 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 771 def @overlay_color_type end |
Class Method Details
.[](overlay_color_type:, block:) ⇒ Peddler::APIs::AplusContent20201101::StandardImageTextOverlayModule .[](arg0, arg1) ⇒ Peddler::APIs::AplusContent20201101::StandardImageTextOverlayModule
763 764 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 763
def self.[]: (overlay_color_type: String, ?block: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?) -> Peddler::APIs::AplusContent20201101::StandardImageTextOverlayModule
| (String, Peddler::APIs::AplusContent20201101::StandardImageTextBlock?) -> Peddler::APIs::AplusContent20201101::StandardImageTextOverlayModule
|
.members ⇒ [ :overlay_color_type, :block ]
766 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 766
def self.members: () -> [ :overlay_color_type, :block ]
|
.new(overlay_color_type:, block:) ⇒ Peddler::APIs::AplusContent20201101::StandardImageTextOverlayModule .new(arg0, arg1) ⇒ Peddler::APIs::AplusContent20201101::StandardImageTextOverlayModule
761 762 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 761
def self.new: (overlay_color_type: String, ?block: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?) -> Peddler::APIs::AplusContent20201101::StandardImageTextOverlayModule
| (String, Peddler::APIs::AplusContent20201101::StandardImageTextBlock?) -> Peddler::APIs::AplusContent20201101::StandardImageTextOverlayModule
|
.parse ⇒ Peddler::APIs::AplusContent20201101::StandardImageTextOverlayModule
768 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 768
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AplusContent20201101::StandardImageTextOverlayModule
|
Instance Method Details
#members ⇒ [ :overlay_color_type, :block ]
773 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 773
def members: () -> [ :overlay_color_type, :block ]
|
#to_h ⇒ { overlay_color_type: String, block: Peddler::APIs::AplusContent20201101::StandardImageTextBlock? }
774 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 774
def to_h: () -> { overlay_color_type: String, block: Peddler::APIs::AplusContent20201101::StandardImageTextBlock? }
|