Class: LibGems::Validator::ErrorData

Inherits:
Struct
  • Object
show all
Defined in:
lib/libgems/validator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



75
76
77
# File 'lib/libgems/validator.rb', line 75

def path
  @path
end

#problemObject

Returns the value of attribute problem

Returns:

  • (Object)

    the current value of problem



75
76
77
# File 'lib/libgems/validator.rb', line 75

def problem
  @problem
end