3scale/porta

View on GitHub
app/lib/three_scale.rb

Summary

Maintainability
A
0 mins
Test Coverage

ThreeScale#config doesn't depend on instance state (maybe move it to another class?)
Open

  def config
Severity: Minor
Found in app/lib/three_scale.rb by reek

A Utility Function is any instance method that has no dependency on the state of the instance.

ThreeScale#master_on_premises? doesn't depend on instance state (maybe move it to another class?)
Open

  def master_on_premises?
Severity: Minor
Found in app/lib/three_scale.rb by reek

A Utility Function is any instance method that has no dependency on the state of the instance.

ThreeScale#master_billing_enabled? doesn't depend on instance state (maybe move it to another class?)
Open

  def master_billing_enabled?
Severity: Minor
Found in app/lib/three_scale.rb by reek

A Utility Function is any instance method that has no dependency on the state of the instance.

There are no issues that match your filters.

Category
Status