Class: Tanker::VerificationMethod

Inherits:
Object
  • Object
show all
Defined in:
lib/tanker/core/verification_method.rb

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



8
9
10
# File 'lib/tanker/core/verification_method.rb', line 8

def ==(other)
  self.class == other.class
end