Class: Peddler::APIs::AplusContent20201101::StandardProductDescriptionModule
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AplusContent20201101::StandardProductDescriptionModule
- Defined in:
- sig/peddler/apis/aplus_content_2020_11_01.rbs
Instance Attribute Summary collapse
-
#body ⇒ Peddler::APIs::AplusContent20201101::ParagraphComponent
readonly
Returns the value of attribute body.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :body ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AplusContent20201101::StandardProductDescriptionModule
Instance Method Summary collapse
Instance Attribute Details
#body ⇒ Peddler::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 ]
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
|
.parse ⇒ Peddler::APIs::AplusContent20201101::StandardProductDescriptionModule
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 ]
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 }
|