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



60
61
62
# File 'lib/rubygems/validator.rb', line 60

def path
  @path
end

#problemObject

Returns the value of attribute problem

Returns:

  • (Object)

    the current value of problem



60
61
62
# File 'lib/rubygems/validator.rb', line 60

def problem
  @problem
end