Class: Schash::Schema::Error

Inherits:
Struct
  • Object
show all
Defined in:
lib/schash/schema/error.rb

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



3
4
5
# File 'lib/schash/schema/error.rb', line 3

def message
  @message
end

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



3
4
5
# File 'lib/schash/schema/error.rb', line 3

def position
  @position
end