Class: OpenWebslides::Converter::Result
- Inherits:
-
Object
- Object
- OpenWebslides::Converter::Result
- Defined in:
- lib/openwebslides/converter/result.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#content_items ⇒ Object
Returns the value of attribute content_items.
-
#license ⇒ Object
Returns the value of attribute license.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
-
#initialize ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize ⇒ Result
Returns a new instance of Result.
11 12 13 |
# File 'lib/openwebslides/converter/result.rb', line 11 def initialize @content_items = [] end |
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author.
6 7 8 |
# File 'lib/openwebslides/converter/result.rb', line 6 def end |
#content_items ⇒ Object
Returns the value of attribute content_items.
6 7 8 |
# File 'lib/openwebslides/converter/result.rb', line 6 def content_items @content_items end |
#license ⇒ Object
Returns the value of attribute license.
6 7 8 |
# File 'lib/openwebslides/converter/result.rb', line 6 def license @license end |
#title ⇒ Object
Returns the value of attribute title.
6 7 8 |
# File 'lib/openwebslides/converter/result.rb', line 6 def title @title end |