Class: Phpcs::Match
- Inherits:
-
Struct
- Object
- Struct
- Phpcs::Match
- Defined in:
- lib/phpcs.rb
Instance Attribute Summary collapse
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#line ⇒ Object
Returns the value of attribute line.
Instance Attribute Details
#comment ⇒ Object
Returns the value of attribute comment
7 8 9 |
# File 'lib/phpcs.rb', line 7 def comment @comment end |
#line ⇒ Object
Returns the value of attribute line
7 8 9 |
# File 'lib/phpcs.rb', line 7 def line @line end |