Class: Ni::Flows::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/ni/flows/base.rb

Instance Method Summary collapse

Instance Method Details

#callObject



3
4
5
# File 'lib/ni/flows/base.rb', line 3

def call
  raise 'Not Implemented'
end