Method: IndexeaClient::WidgetBean#hash
- Defined in:
- lib/indexea_client/models/widget_bean.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
268 269 270 |
# File 'lib/indexea_client/models/widget_bean.rb', line 268 def hash [id, ident, account, app, name, type, sub_type, intro, queries, layout, settings, download_url, created_at, updated_at, status].hash end |