Class: Peddler::APIs::AplusContent20201101::StandardSingleSideImageModule
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AplusContent20201101::StandardSingleSideImageModule
- 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.
-
#image_position_type ⇒ String
readonly
Returns the value of attribute image_position_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :image_position_type, :block ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AplusContent20201101::StandardSingleSideImageModule
Instance Method Summary collapse
-
#members ⇒ [ :image_position_type, :block ]
-
#to_h ⇒ { image_position_type: String, block: Peddler::APIs::AplusContent20201101::StandardImageTextBlock? }
Instance Attribute Details
#block ⇒ Peddler::APIs::AplusContent20201101::StandardImageTextBlock? (readonly)
Returns the value of attribute block.
863 864 865 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 863 def block @block end |
#image_position_type ⇒ String (readonly)
Returns the value of attribute image_position_type.
864 865 866 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 864 def image_position_type @image_position_type end |
Class Method Details
.[](image_position_type:, block:) ⇒ Peddler::APIs::AplusContent20201101::StandardSingleSideImageModule .[](arg0, arg1) ⇒ Peddler::APIs::AplusContent20201101::StandardSingleSideImageModule
856 857 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 856
def self.[]: (image_position_type: String, ?block: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?) -> Peddler::APIs::AplusContent20201101::StandardSingleSideImageModule
| (String, Peddler::APIs::AplusContent20201101::StandardImageTextBlock?) -> Peddler::APIs::AplusContent20201101::StandardSingleSideImageModule
|
.members ⇒ [ :image_position_type, :block ]
859 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 859
def self.members: () -> [ :image_position_type, :block ]
|
.new(image_position_type:, block:) ⇒ Peddler::APIs::AplusContent20201101::StandardSingleSideImageModule .new(arg0, arg1) ⇒ Peddler::APIs::AplusContent20201101::StandardSingleSideImageModule
854 855 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 854
def self.new: (image_position_type: String, ?block: Peddler::APIs::AplusContent20201101::StandardImageTextBlock?) -> Peddler::APIs::AplusContent20201101::StandardSingleSideImageModule
| (String, Peddler::APIs::AplusContent20201101::StandardImageTextBlock?) -> Peddler::APIs::AplusContent20201101::StandardSingleSideImageModule
|
.parse ⇒ Peddler::APIs::AplusContent20201101::StandardSingleSideImageModule
861 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 861
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AplusContent20201101::StandardSingleSideImageModule
|
Instance Method Details
#members ⇒ [ :image_position_type, :block ]
866 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 866
def members: () -> [ :image_position_type, :block ]
|
#to_h ⇒ { image_position_type: String, block: Peddler::APIs::AplusContent20201101::StandardImageTextBlock? }
867 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 867
def to_h: () -> { image_position_type: String, block: Peddler::APIs::AplusContent20201101::StandardImageTextBlock? }
|