Sha256: b2f49c693fe5ac47c0989e78cfdf2696cdd4403d98e4e2a78c48c32849ed4207
Contents?: true
Size: 271 Bytes
Versions: 4
Compression:
Stored size: 271 Bytes
Contents
module Screenbeacon class InvalidRequestError < ScreenbeaconError 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
4 entries across 4 versions & 1 rubygems