Class: Yatte::ProjectSearch::Result
- Inherits:
-
Data
- Object
- Data
- Yatte::ProjectSearch::Result
- Defined in:
- lib/yatte/project_search.rb
Instance Attribute Summary collapse
-
#col ⇒ Object
readonly
Returns the value of attribute col.
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#file ⇒ Object
readonly
Returns the value of attribute file.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
Instance Attribute Details
#col ⇒ Object (readonly)
Returns the value of attribute col
7 8 9 |
# File 'lib/yatte/project_search.rb', line 7 def col @col end |
#content ⇒ Object (readonly)
Returns the value of attribute content
7 8 9 |
# File 'lib/yatte/project_search.rb', line 7 def content @content end |
#file ⇒ Object (readonly)
Returns the value of attribute file
7 8 9 |
# File 'lib/yatte/project_search.rb', line 7 def file @file end |
#line ⇒ Object (readonly)
Returns the value of attribute line
7 8 9 |
# File 'lib/yatte/project_search.rb', line 7 def line @line end |