Class: Psych::Parser::Mark
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#index ⇒ Object
Returns the value of attribute index.
-
#line ⇒ Object
Returns the value of attribute line.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
33 34 35 |
# File 'lib/psych/parser.rb', line 33 def column @column end |
#index ⇒ Object
Returns the value of attribute index
33 34 35 |
# File 'lib/psych/parser.rb', line 33 def index @index end |
#line ⇒ Object
Returns the value of attribute line
33 34 35 |
# File 'lib/psych/parser.rb', line 33 def line @line end |