Method: TelegramBot::ChatBoost#hash
- Defined in:
- lib/telegram-bot/models/chat_boost.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
156 157 158 |
# File 'lib/telegram-bot/models/chat_boost.rb', line 156 def hash [boost_id, add_date, expiration_date, source].hash end |