Method: IndexeaClient::WidgetBean#hash

Defined in:
lib/indexea_client/models/widget_bean.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



268
269
270
# File 'lib/indexea_client/models/widget_bean.rb', line 268

def hash
  [id, ident, , app, name, type, sub_type, intro, queries, layout, settings, download_url, created_at, updated_at, status].hash
end