Class: Oneboxer::Result
- Inherits:
-
Struct
- Object
- Struct
- Oneboxer::Result
- Defined in:
- lib/oneboxer.rb
Instance Attribute Summary collapse
-
#changed ⇒ Object
Returns the value of attribute changed.
-
#doc ⇒ Object
Returns the value of attribute doc.
Instance Method Summary collapse
Instance Attribute Details
#changed ⇒ Object
Returns the value of attribute changed
14 15 16 |
# File 'lib/oneboxer.rb', line 14 def changed @changed end |
#doc ⇒ Object
Returns the value of attribute doc
14 15 16 |
# File 'lib/oneboxer.rb', line 14 def doc @doc end |
Instance Method Details
#changed? ⇒ Boolean
20 21 22 |
# File 'lib/oneboxer.rb', line 20 def changed? changed end |
#to_html ⇒ Object
16 17 18 |
# File 'lib/oneboxer.rb', line 16 def to_html doc.to_html end |