Showing 1 of 1 total issue
Class Request
has 21 methods (exceeds 20 allowed). Consider refactoring. Open
Open
class Request
def initialize(http_method, end_point, params: {}, **attributes)
@end_point = end_point
@http_method = http_method
@attributes = attributes