Method: Fastly::AclEntry#hash
- Defined in:
- lib/fastly/models/acl_entry.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
161 162 163 |
# File 'lib/fastly/models/acl_entry.rb', line 161 def hash [negated, comment, ip, subnet].hash end |