Class: CodeModels::Position
- Inherits:
-
Object
- Object
- CodeModels::Position
- Defined in:
- lib/codemodels/language.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#line ⇒ Object
Returns the value of attribute line.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column.
20 21 22 |
# File 'lib/codemodels/language.rb', line 20 def column @column end |
#line ⇒ Object
Returns the value of attribute line.
20 21 22 |
# File 'lib/codemodels/language.rb', line 20 def line @line end |