Class: GetGlobalFieldHandler

Inherits:
AbstractHandler show all
Defined in:
lib/hypertube-ruby-sdk/core/handler/get_global_field_handler.rb

Instance Method Summary collapse

Methods inherited from AbstractHandler

#handle_command, #validate

Instance Method Details

#process(_command) ⇒ Object



6
7
8
# File 'lib/hypertube-ruby-sdk/core/handler/get_global_field_handler.rb', line 6

def process(_command)
  raise "#{self.class} is not implemented in Ruby"
end