Class: UIC::Application::StateMachine::VisualAction::SetAttribute
- Inherits:
-
UIC::Application::StateMachine::VisualAction
- Object
- UIC::Application::StateMachine::VisualAction
- UIC::Application::StateMachine::VisualAction::SetAttribute
- Defined in:
- lib/ruic/statemachine.rb
Instance Attribute Summary collapse
-
#attribute ⇒ String
The name of the attribute to set.
-
#value ⇒ String
The Lua expression to evaluate as the new value.
Attributes inherited from UIC::Application::StateMachine::VisualAction
#el, #element, #machine, #owner
Attributes included from ElementBacked
Method Summary
Methods inherited from UIC::Application::StateMachine::VisualAction
Constructor Details
This class inherits a constructor from UIC::Application::StateMachine::VisualAction
Instance Attribute Details
#attribute ⇒ String
Returns the name of the attribute to set.
208 |
# File 'lib/ruic/statemachine.rb', line 208 xmlattribute :attribute |
#value ⇒ String
Returns the Lua expression to evaluate as the new value.
212 |
# File 'lib/ruic/statemachine.rb', line 212 xmlattribute :value |