Method: LinodeOpenapiClient::PostLkeClusterPools200ResponseNodesInner#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



136
137
138
139
140
141
142
# File 'lib/linode_openapi_client/models/post_lke_cluster_pools200_response_nodes_inner.rb', line 136

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      status == o.status &&
      instance_id == o.instance_id &&
      id == o.id
end