Method: LinodeOpenapiClient::PostNodeBalancerRequest#==

Defined in:
lib/linode_openapi_client/models/post_node_balancer_request.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



206
207
208
209
210
211
212
213
214
215
# File 'lib/linode_openapi_client/models/post_node_balancer_request.rb', line 206

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      label == o.label &&
      tags == o.tags &&
      client_conn_throttle == o.client_conn_throttle &&
      region == o.region &&
      firewall_id == o.firewall_id &&
      configs == o.configs
end