Class: Ruber::AnnotationModel::Annotation
- Inherits:
-
Struct
- Object
- Struct
- Ruber::AnnotationModel::Annotation
- Defined in:
- lib/ruber/editor/document.rb,
lib/ruber/editor/document.rb,
lib/ruber/editor/document.rb
Instance Attribute Summary (collapse)
-
- (Object) data
Returns the value of attribute data.
-
- (Object) line
Returns the value of attribute line.
-
- (Object) msg
Returns the value of attribute msg.
-
- (Object) tool_tip
Returns the value of attribute tool_tip.
-
- (Object) type
Returns the value of attribute type.
Instance Attribute Details
- (Object) data
Returns the value of attribute data
537 538 539 |
# File 'lib/ruber/editor/document.rb', line 537 def data @data end |
- (Object) line
Returns the value of attribute line
537 538 539 |
# File 'lib/ruber/editor/document.rb', line 537 def line @line end |
- (Object) msg
Returns the value of attribute msg
537 538 539 |
# File 'lib/ruber/editor/document.rb', line 537 def msg @msg end |
- (Object) tool_tip
Returns the value of attribute tool_tip
537 538 539 |
# File 'lib/ruber/editor/document.rb', line 537 def tool_tip @tool_tip end |
- (Object) type
Returns the value of attribute type
537 538 539 |
# File 'lib/ruber/editor/document.rb', line 537 def type @type end |