class Comptroller::Practice
Public Instance Methods
eql?(other)
click to toggle source
# File lib/comptroller/practice.rb, line 11 def eql?(other) export_url == other.export_url && external_id == other.external_id && token == other.token end