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
525 526 527 |
# File 'lib/ruber/editor/document.rb', line 525 def data @data end |
#line ⇒ Object
Returns the value of attribute line
525 526 527 |
# File 'lib/ruber/editor/document.rb', line 525 def line @line end |
#msg ⇒ Object
Returns the value of attribute msg
525 526 527 |
# File 'lib/ruber/editor/document.rb', line 525 def msg @msg end |
#tool_tip ⇒ Object
Returns the value of attribute tool_tip
525 526 527 |
# File 'lib/ruber/editor/document.rb', line 525 def tool_tip @tool_tip end |
#type ⇒ Object
Returns the value of attribute type
525 526 527 |
# File 'lib/ruber/editor/document.rb', line 525 def type @type end |