Method: LinodeOpenapiClient::GetLinodeConfigs200ResponseDataInner#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
# File 'lib/linode_openapi_client/models/get_linode_configs200_response_data_inner.rb', line 299

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      helpers == o.helpers &&
      label == o.label &&
      run_level == o.run_level &&
      memory_limit == o.memory_limit &&
      kernel == o.kernel &&
      comments == o.comments &&
      root_device == o.root_device &&
      devices == o.devices &&
      id == o.id &&
      interfaces == o.interfaces &&
      virt_mode == o.virt_mode
end