QNester/methodist

View on GitHub
lib/generators/client/templates/client.erb

Summary

Maintainability
Test Coverage
<%- unless options['clean'] -%>
# See docs to learn how to use client:
# https://github.com/QNester/methodist/tree/master/docs/client.md
<% end -%>
class <%= name.camelcase %>Client < Methodist::Client
  <%- unless options['clean'] -%>
  # Use the `client` method to define your client.
  # Example: client Redis.new(Settings.redis.to_hash)
  <%- end -%>
end