Method: APIClientBuilder::Response#mark_failed

Defined in:
lib/api_client_builder/response.rb

#mark_failed(reason) ⇒ Object

Used to mark why the response failed



19
20
21
# File 'lib/api_client_builder/response.rb', line 19

def mark_failed(reason)
  @failed_reason = reason
end