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