class Bundler::Audit::Results::Result


@abstract

def to_h

Other tags:
    Abstract: -

Returns:
  • (Hash{Symbol => Object}) -
def to_h
  raise(NotImplementedError,"#{self.class}#to_h not implemented!")
end