Class: Peddler::APIs::AplusContent20201101::StandardProductDescriptionModule

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

#bodyPeddler::APIs::AplusContent20201101::ParagraphComponent (readonly)

Returns the value of attribute body.



803
804
805
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 803

def body
  @body
end

Class Method Details

.[](body:) ⇒ Peddler::APIs::AplusContent20201101::StandardProductDescriptionModule .[](arg0) ⇒ Peddler::APIs::AplusContent20201101::StandardProductDescriptionModule



796
797
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 796

def self.[]: (body: Peddler::APIs::AplusContent20201101::ParagraphComponent) -> Peddler::APIs::AplusContent20201101::StandardProductDescriptionModule
| (Peddler::APIs::AplusContent20201101::ParagraphComponent) -> Peddler::APIs::AplusContent20201101::StandardProductDescriptionModule

.members[ :body ]

Returns:

  • ([ :body ])


799
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 799

def self.members: () -> [ :body ]

.new(body:) ⇒ Peddler::APIs::AplusContent20201101::StandardProductDescriptionModule .new(arg0) ⇒ Peddler::APIs::AplusContent20201101::StandardProductDescriptionModule



794
795
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 794

def self.new: (body: Peddler::APIs::AplusContent20201101::ParagraphComponent) -> Peddler::APIs::AplusContent20201101::StandardProductDescriptionModule
| (Peddler::APIs::AplusContent20201101::ParagraphComponent) -> Peddler::APIs::AplusContent20201101::StandardProductDescriptionModule

.parsePeddler::APIs::AplusContent20201101::StandardProductDescriptionModule

Parameters:

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

Returns:



801
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 801

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AplusContent20201101::StandardProductDescriptionModule

Instance Method Details

#members[ :body ]

Returns:

  • ([ :body ])


805
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 805

def members: () -> [ :body ]

#to_h{ body: Peddler::APIs::AplusContent20201101::ParagraphComponent }



806
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 806

def to_h: () -> { body: Peddler::APIs::AplusContent20201101::ParagraphComponent }