Class: BrickFTP::RESTfulAPI::Client::ErrorResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/brick_ftp/restful_api/client.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



17
18
19
# File 'lib/brick_ftp/restful_api/client.rb', line 17

def error
  @error
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



17
18
19
# File 'lib/brick_ftp/restful_api/client.rb', line 17

def errors
  @errors
end