Class: Ruber::AnnotationModel::Annotation

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruber/editor/document.rb,
lib/ruber/editor/document.rb,
lib/ruber/editor/document.rb

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) data

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



537
538
539
# File 'lib/ruber/editor/document.rb', line 537

def data
  @data
end

- (Object) line

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



537
538
539
# File 'lib/ruber/editor/document.rb', line 537

def line
  @line
end

- (Object) msg

Returns the value of attribute msg

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of type



537
538
539
# File 'lib/ruber/editor/document.rb', line 537

def type
  @type
end