Method: GoCardlessPro::Error#request_id

Defined in:
lib/gocardless_pro/error.rb

#request_idObject

access the request_id from the response



45
46
47
# File 'lib/gocardless_pro/error.rb', line 45

def request_id
  @error['request_id']
end