Method: Akeyless::UpdateRotationSettings#==
- Defined in:
- lib/akeyless/models/update_rotation_settings.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
156 157 158 159 160 161 162 163 164 165 166 |
# File 'lib/akeyless/models/update_rotation_settings.rb', line 156 def ==(o) return true if self.equal?(o) self.class == o.class && auto_rotate == o.auto_rotate && json == o.json && name == o.name && rotation_event_in == o.rotation_event_in && rotation_interval == o.rotation_interval && token == o.token && uid_token == o.uid_token end |