class Patron::Request

def action_name

Returns:
  • (String) - the HTTP verb
def action_name
  @action.to_s.upcase
end