bayetech/easemob

View on GitHub
lib/easemob/message/base_message.rb

Summary

Maintainability
A
0 mins
Test Coverage

Method has too many lines. [23/20]
Open

    def initialize(http_response)
      @raw_http_response = http_response
      @code = http_response.code
      @body = http_response.body

Severity: Minor
Found in lib/easemob/message/base_message.rb by rubocop

This cop checks if the length of a method exceeds some maximum value. Comment lines can optionally be ignored. The maximum allowed length is configurable.

There are no issues that match your filters.

Category
Status