class BrickFTP::RESTfulAPI::Client::Error
Attributes
error[R]
Public Class Methods
new(error)
click to toggle source
@param [BrickFTP::Adapters::RESTfulAPI::ErrorResponse] error
Calls superclass method
# File lib/brick_ftp/restful_api/client.rb, line 29 def initialize(error) super error.error @error = error end