Class: Wreq::Jar

Inherits:
Object
  • Object
show all
Defined in:
lib/wreq_ruby/cookie.rb

Instance Method Summary collapse

Instance Method Details

#inspectString

Returns a short representation with the number of stored cookies.

Returns:

  • (String)


212
213
214
# File 'lib/wreq_ruby/cookie.rb', line 212

def inspect
  "#<Wreq::Jar [#{get_all.length} cookies]>"
end