Class RestClient::Payload::Base
In: lib/restclient/payload.rb
Parent: Object

Methods

Public Class methods

Public Instance methods

Flatten parameters by converting hashes of hashes to flat hashes {keys1 => {keys2 => value}} will be transformed into [keys1[key2], value]

length()

Alias for size

to_s(bytes=nil)

Alias for read

[Validate]