Method: Fastly::RelationshipMemberMutualAuthentication#hash
- Defined in:
- lib/fastly/models/relationship_member_mutual_authentication.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
103 104 105 |
# File 'lib/fastly/models/relationship_member_mutual_authentication.rb', line 103 def hash [type, id].hash end |