Sha256: 1ed8246b4b90f93f45dc0e8881d9ef4fc7822d52196baf36c9ebd7912bc2c376
Contents?: true
Size: 310 Bytes
Versions: 8
Compression:
Stored size: 310 Bytes
Contents
module Pingpp class InvalidRequestError < PingppError attr_accessor :param def initialize(message, param, http_status=nil, http_body=nil, json_body=nil, http_headers=nil) super(message, http_status, http_body, json_body, http_headers) @param = param end end end
Version data entries
8 entries across 8 versions & 1 rubygems