Class: Comptroller::Practice

Inherits:
Object
  • Object
show all
Includes:
Her::Model
Defined in:
lib/comptroller/practice.rb

Instance Method Summary collapse

Instance Method Details

#eql?(other) ⇒ Boolean

Returns:

  • (Boolean)


11
12
13
14
15
# File 'lib/comptroller/practice.rb', line 11

def eql?(other)
  export_url  == other.export_url &&
  external_id == other.external_id &&
  token       == other.token
end