Method: AX::Element#actions
- Defined in:
- lib/ax/element.rb
#actions ⇒ Array<Symbol>
List of available actions.
207 208 209 |
# File 'lib/ax/element.rb', line 207 def actions @actions ||= TRANSLATOR.rubyize @ref.actions end |
List of available actions.
207 208 209 |
# File 'lib/ax/element.rb', line 207 def actions @actions ||= TRANSLATOR.rubyize @ref.actions end |