Class: MG::Action

Inherits:
Object
  • Object
show all
Defined in:
doc/API_reference.rb,
doc/API_reference.rb

Properties collapse

Instance Method Summary collapse

Instance Attribute Details

#done?Boolean

Whether the action is done.

Returns:

  • (Boolean)

    whether the action is done.



28
29
30
# File 'doc/API_reference.rb', line 28

def done?
  @done?
end

Instance Method Details

#cloneAction

Clones the action

Returns:

  • (Action)

    the cloned action.



21
# File 'doc/API_reference.rb', line 21

def clone; end

#reverseAction

Reverses the action

Returns:

  • (Action)

    the reversed action.



14
# File 'doc/API_reference.rb', line 14

def reverse; end