Class: Mxrb::Github::Annotator::Annotation

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/github/annotator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject (readonly)

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



30
31
32
# File 'lib/mxrb/github/annotator.rb', line 30

def file
  @file
end

#levelObject (readonly)

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



30
31
32
# File 'lib/mxrb/github/annotator.rb', line 30

def level
  @level
end

#lineObject (readonly)

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



30
31
32
# File 'lib/mxrb/github/annotator.rb', line 30

def line
  @line
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



30
31
32
# File 'lib/mxrb/github/annotator.rb', line 30

def message
  @message
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



30
31
32
# File 'lib/mxrb/github/annotator.rb', line 30

def title
  @title
end