Method: SwaggerClient::WebFormAuthentication#==

Defined in:
lib/service/api/rapid7_insightvm_client/lib/swagger_client/models/web_form_authentication.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



173
174
175
176
177
178
179
180
181
182
183
184
# File 'lib/service/api/rapid7_insightvm_client/lib/swagger_client/models/web_form_authentication.rb', line 173

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      base_url == o.base_url &&
      enabled == o.enabled &&
      id == o.id &&
      links == o.links &&
       == o. &&
       == o. &&
      name == o.name &&
      service == o.service
end