Method: Aimastering::Config#hash
- Defined in:
- lib/aimastering/models/config.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
105 106 107 |
# File 'lib/aimastering/models/config.rb', line 105 def hash [auth0, paypal, stripe, version].hash end |