Module: OpenWebslides::Converter::Content::Properties::Text
- Included in:
- Heading, OpenWebslides::Converter::Content::Paragraph
- Defined in:
- lib/openwebslides/converter/content/properties/text.rb
Instance Attribute Summary collapse
-
#text ⇒ Object
Returns the value of attribute text.
Instance Method Summary collapse
Instance Attribute Details
#text ⇒ Object
Returns the value of attribute text.
8 9 10 |
# File 'lib/openwebslides/converter/content/properties/text.rb', line 8 def text @text end |
Instance Method Details
#to_h ⇒ Object
14 15 16 |
# File 'lib/openwebslides/converter/content/properties/text.rb', line 14 def to_h super.merge :text => text end |