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
34 35 36 |
# File 'lib/psych/parser.rb', line 34 def column @column end |
#index ⇒ Object
Returns the value of attribute index
34 35 36 |
# File 'lib/psych/parser.rb', line 34 def index @index end |
#line ⇒ Object
Returns the value of attribute line
34 35 36 |
# File 'lib/psych/parser.rb', line 34 def line @line end |