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.
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 && login_regular_expression == o.login_regular_expression && login_url == o.login_url && name == o.name && service == o.service end |