Method: TripletexRubyClient::Addon#hash
- Defined in:
- lib/tripletex_ruby_client/models/addon.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
366 367 368 |
# File 'lib/tripletex_ruby_client/models/addon.rb', line 366 def hash [id, version, changes, url, name, description, short_description, redirect_url, status, wizard_step, is_public, api_consumer_id, visibility, link_to_info, partner_name, target_system_name, categories, logo].hash end |