Method: Akeyless::RotateKeyOutput#==

Defined in:
lib/akeyless/models/rotate_key_output.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



107
108
109
110
111
112
113
114
# File 'lib/akeyless/models/rotate_key_output.rb', line 107

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      classic_key_gw_url == o.classic_key_gw_url &&
      item_type == o.item_type &&
      new_item_version == o.new_item_version &&
      next_rotation_date == o.next_rotation_date
end