Class: ValueForUpdateHandler
- Inherits:
-
AbstractCommandHandler
- Object
- AbstractCommandHandler
- ValueForUpdateHandler
- Defined in:
- lib/hypertube-ruby-sdk/core/handler/value_for_update_handler.rb
Instance Method Summary collapse
Methods inherited from AbstractCommandHandler
Instance Method Details
#process(_command) ⇒ Object
6 7 8 9 10 |
# File 'lib/hypertube-ruby-sdk/core/handler/value_for_update_handler.rb', line 6 def process(_command) raise "#{self.class} is not implemented in Ruby" rescue Exception => e e end |