Class: Ruber::AnnotationModel::Annotation
- Defined in:
- lib/ruber/editor/document.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#line ⇒ Object
Returns the value of attribute line.
-
#msg ⇒ Object
Returns the value of attribute msg.
-
#tool_tip ⇒ Object
Returns the value of attribute tool_tip.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
524 525 526 |
# File 'lib/ruber/editor/document.rb', line 524 def data @data end |
#line ⇒ Object
Returns the value of attribute line
524 525 526 |
# File 'lib/ruber/editor/document.rb', line 524 def line @line end |
#msg ⇒ Object
Returns the value of attribute msg
524 525 526 |
# File 'lib/ruber/editor/document.rb', line 524 def msg @msg end |
#tool_tip ⇒ Object
Returns the value of attribute tool_tip
524 525 526 |
# File 'lib/ruber/editor/document.rb', line 524 def tool_tip @tool_tip end |
#type ⇒ Object
Returns the value of attribute type
524 525 526 |
# File 'lib/ruber/editor/document.rb', line 524 def type @type end |