module Braintree::Util::TokenEquality
Public Instance Methods
Source
# File lib/braintree/util.rb, line 205 def ==(other) return false unless other.is_a?(self.class) token == other.token end
# File lib/braintree/util.rb, line 205 def ==(other) return false unless other.is_a?(self.class) token == other.token end