Class: UIC::Application::StateMachine::VisualAction::SetAttribute

Inherits:
UIC::Application::StateMachine::VisualAction show all
Defined in:
lib/ruic/statemachine.rb

Instance Attribute Summary collapse

Attributes inherited from UIC::Application::StateMachine::VisualAction

#el, #element, #machine, #owner

Attributes included from ElementBacked

#el, #owner

Method Summary

Methods inherited from UIC::Application::StateMachine::VisualAction

create, #initialize

Constructor Details

This class inherits a constructor from UIC::Application::StateMachine::VisualAction

Instance Attribute Details

#attributeString

Returns the name of the attribute to set.

Returns:

  • (String)

    the name of the attribute to set.



208
# File 'lib/ruic/statemachine.rb', line 208

xmlattribute :attribute

#valueString

Returns the Lua expression to evaluate as the new value.

Returns:

  • (String)

    the Lua expression to evaluate as the new value.



212
# File 'lib/ruic/statemachine.rb', line 212

xmlattribute :value