Class: Psych::Parser::Mark

Inherits:
Struct
  • Object
show all
Defined in:
lib/psych/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column



34
35
36
# File 'lib/psych/parser.rb', line 34

def column
  @column
end

#indexObject

Returns the value of attribute index



34
35
36
# File 'lib/psych/parser.rb', line 34

def index
  @index
end

#lineObject

Returns the value of attribute line



34
35
36
# File 'lib/psych/parser.rb', line 34

def line
  @line
end