Method: Exec::ServiceFollowRequest#exec

Defined in:
lib/exec/service_follow_request.rb

#execObject (private)

Execution of the command

Raises:



28
29
30
31
# File 'lib/exec/service_follow_request.rb', line 28

def exec
  Color::print_log("NONE", "following request...", @stdout)
  raise NotImplemented # @todo Implement ServiceFollowRequest Exec body
end