Method: Gruf::Response#cancelled

Defined in:
lib/gruf/response.rb

#cancelledBoolean (readonly)

Returns Whether or not the operation was cancelled.

Returns:

  • (Boolean)

    Whether or not the operation was cancelled



30
31
32
# File 'lib/gruf/response.rb', line 30

def cancelled
  @cancelled
end