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

Returns:

  • (Object)

    the current value of column



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

def column
  @column
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



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

def index
  @index
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



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

def line
  @line
end