Method: SWS::Component#method_to_call

Defined in:
lib/sws/component.rb

#method_to_callObject

Method of the receiver that will be called during #perform_action phase



26
27
28
# File 'lib/sws/component.rb', line 26

def method_to_call
  @method_to_call
end