Class: Peddler::APIs::AplusContent20201101::StandardImageTextOverlayModule

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.



770
771
772
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 770

def block
  @block
end

#overlay_color_typeString (readonly)

Returns the value of attribute overlay_color_type.

Returns:

  • (String)


771
772
773
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 771

def overlay_color_type
  @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 ]

Returns:

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

.parsePeddler::APIs::AplusContent20201101::StandardImageTextOverlayModule

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:



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? }