Class: Gem::Validator::ErrorData

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

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



71
72
73
# File 'lib/rubygems/validator.rb', line 71

def path
  @path
end

#problemObject

Returns the value of attribute problem

Returns:

  • (Object)

    the current value of problem



71
72
73
# File 'lib/rubygems/validator.rb', line 71

def problem
  @problem
end