Method: Moonrope::ActionResult#time

Defined in:
lib/moonrope/action_result.rb

#timeFloat

Returns the length of time to process the action.

Returns:

  • (Float)

    the length of time to process the action



26
27
28
# File 'lib/moonrope/action_result.rb', line 26

def time
  @time
end