Class: Psych::Parser::Mark

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

Instance Attribute Summary collapse

Instance Attribute Details

#column ⇒ Object

Returns the value of attribute column

Returns:

  • (Object) —

    the current value of column



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

def column
  @column
end

#index ⇒ Object

Returns the value of attribute index

Returns:

  • (Object) —

    the current value of index



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

def index
  @index
end

#line ⇒ Object

Returns the value of attribute line

Returns:

  • (Object) —

    the current value of line



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

def line
  @line
end