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