Method: Grubby::JsonParser#mech

Defined in:
lib/grubby/json_parser.rb

#mechMechanize?

The Mechanize agent used to make the request.

Returns:

  • (Mechanize, nil)


11
12
13
# File 'lib/grubby/json_parser.rb', line 11

def mech
  @mech
end