Module: Yasm::Action::ClassMethods

Defined in:
lib/yasm/action.rb

Instance Method Summary collapse

Instance Method Details

#trigger_stateObject



14
# File 'lib/yasm/action.rb', line 14

def trigger_state; @trigger_state; end

#triggers(state) ⇒ Object



10
11
12
# File 'lib/yasm/action.rb', line 10

def triggers(state)
  @trigger_state = state
end