Method: Line::Bot::V2::Webhook::UnsendDetail#hash
- Defined in:
- lib/line/bot/v2/webhook/model/unsend_detail.rb
#hash ⇒ Integer
Returns Hash code of the object.
59 60 61 |
# File 'lib/line/bot/v2/webhook/model/unsend_detail.rb', line 59 def hash [self.class, *instance_variables.map { |var| instance_variable_get(var) }].hash end |