class Tanker::VerificationMethod

Public Instance Methods

==(other) click to toggle source
# File lib/tanker/core/verification_method.rb, line 8
def ==(other)
  self.class == other.class
end