Class: Ruber::AnnotationModel::Annotation

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

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



525
526
527
# File 'lib/ruber/editor/document.rb', line 525

def data
  @data
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



525
526
527
# File 'lib/ruber/editor/document.rb', line 525

def line
  @line
end

#msgObject

Returns the value of attribute msg

Returns:

  • (Object)

    the current value of msg



525
526
527
# File 'lib/ruber/editor/document.rb', line 525

def msg
  @msg
end

#tool_tipObject

Returns the value of attribute tool_tip

Returns:

  • (Object)

    the current value of tool_tip



525
526
527
# File 'lib/ruber/editor/document.rb', line 525

def tool_tip
  @tool_tip
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



525
526
527
# File 'lib/ruber/editor/document.rb', line 525

def type
  @type
end