Class: Gem::Validator::ErrorData
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
          Struct
         | |
| Instance Chain: 
          self,
          Struct
         | |
| Inherits: | Struct 
 | 
| Defined in: | lib/rubygems/validator.rb | 
Overview
Describes a problem with a file in a gem.
Instance Attribute Summary
Instance Method Summary
- #<=>(other) Internal use only
Instance Attribute Details
#path (rw)
Describes a problem with a file in a gem.
#problem (rw)
Describes a problem with a file in a gem.
Instance Method Details
#<=>(other)
    This method is for internal use only.
  
  [ GitHub ]