Method: CloudFS::RestAdapter::Errors::ClientError#request
- Defined in:
- lib/cloudfs/client/error.rb
#request ⇒ Hash (readonly)
{ :uri => String, :method => String, :params => String }
159 160 161 |
# File 'lib/cloudfs/client/error.rb', line 159
def request
@request
end
|