Method: MxPlatformRuby::BudgetUpdateRequest#hash

Defined in:
lib/mx-platform-ruby/models/budget_update_request.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



117
118
119
# File 'lib/mx-platform-ruby/models/budget_update_request.rb', line 117

def hash
  [amount, , skip_webhook].hash
end