Method: TelegramBot::GetFile200Response#==
- Defined in:
- lib/telegram-bot/models/get_file200_response.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
90 91 92 93 94 95 |
# File 'lib/telegram-bot/models/get_file200_response.rb', line 90 def ==(o) return true if self.equal?(o) self.class == o.class && ok == o.ok && result == o.result end |