Class: Peddler::APIs::AplusContent20201101::PlainTextItem
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AplusContent20201101::PlainTextItem
- Defined in:
- sig/peddler/apis/aplus_content_2020_11_01.rbs
Instance Attribute Summary collapse
-
#position ⇒ Integer
readonly
Returns the value of attribute position.
-
#value ⇒ String
readonly
Returns the value of attribute value.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :position, :value ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AplusContent20201101::PlainTextItem
Instance Method Summary collapse
Instance Attribute Details
#position ⇒ Integer (readonly)
Returns the value of attribute position.
398 399 400 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 398 def position @position end |
#value ⇒ String (readonly)
Returns the value of attribute value.
399 400 401 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 399 def value @value end |
Class Method Details
.[](position:, value:) ⇒ Peddler::APIs::AplusContent20201101::PlainTextItem .[](arg0, arg1) ⇒ Peddler::APIs::AplusContent20201101::PlainTextItem
391 392 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 391
def self.[]: (position: Integer, value: String) -> Peddler::APIs::AplusContent20201101::PlainTextItem
| (Integer, String) -> Peddler::APIs::AplusContent20201101::PlainTextItem
|
.members ⇒ [ :position, :value ]
394 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 394
def self.members: () -> [ :position, :value ]
|
.new(position:, value:) ⇒ Peddler::APIs::AplusContent20201101::PlainTextItem .new(arg0, arg1) ⇒ Peddler::APIs::AplusContent20201101::PlainTextItem
389 390 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 389
def self.new: (position: Integer, value: String) -> Peddler::APIs::AplusContent20201101::PlainTextItem
| (Integer, String) -> Peddler::APIs::AplusContent20201101::PlainTextItem
|
.parse ⇒ Peddler::APIs::AplusContent20201101::PlainTextItem
396 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 396
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AplusContent20201101::PlainTextItem
|
Instance Method Details
#members ⇒ [ :position, :value ]
401 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 401
def members: () -> [ :position, :value ]
|
#to_h ⇒ { position: Integer, value: String }
402 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 402
def to_h: () -> { position: Integer, value: String }
|