Class: Peddler::APIs::AplusContent20201101::StandardSingleSideImageModule

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.



863
864
865
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 863

def block
  @block
end

#image_position_typeString (readonly)

Returns the value of attribute image_position_type.

Returns:

  • (String)


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 ]

Returns:

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

.parsePeddler::APIs::AplusContent20201101::StandardSingleSideImageModule

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:



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