Module: OpenWebslides::Converter::Content::Properties::Type

Included in:
ContentItem
Defined in:
lib/openwebslides/converter/content/properties/type.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#typeObject

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_hObject



14
15
16
# File 'lib/openwebslides/converter/content/properties/type.rb', line 14

def to_h
  super.merge :type => type
end