Method: FeratelCheckApiClient::ServiceUsage#hash
- Defined in:
- lib/feratel-check-api-client/models/service_usage.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
262 263 264 |
# File 'lib/feratel-check-api-client/models/service_usage.rb', line 262 def hash [auto_exit, auto_exit_interval, count_n, count_m, double_use_timeout, from_date, not_usable_on_first_or_last_day, to_date, type, week].hash end |