Class: Mxrb::Github::Annotator::Annotation
- Inherits:
-
Data
- Object
- Data
- Mxrb::Github::Annotator::Annotation
- Defined in:
- lib/mxrb/github/annotator.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
readonly
Returns the value of attribute file.
-
#level ⇒ Object
readonly
Returns the value of attribute level.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Instance Attribute Details
#file ⇒ Object (readonly)
Returns the value of attribute file
30 31 32 |
# File 'lib/mxrb/github/annotator.rb', line 30 def file @file end |
#level ⇒ Object (readonly)
Returns the value of attribute level
30 31 32 |
# File 'lib/mxrb/github/annotator.rb', line 30 def level @level end |
#line ⇒ Object (readonly)
Returns the value of attribute line
30 31 32 |
# File 'lib/mxrb/github/annotator.rb', line 30 def line @line end |
#message ⇒ Object (readonly)
Returns the value of attribute message
30 31 32 |
# File 'lib/mxrb/github/annotator.rb', line 30 def @message end |
#title ⇒ Object (readonly)
Returns the value of attribute title
30 31 32 |
# File 'lib/mxrb/github/annotator.rb', line 30 def title @title end |