class Jahuty::Service::Base
Provides common logic to services.
Public Class Methods
new(client:)
click to toggle source
# File lib/jahuty/service/base.rb, line 7 def initialize(client:) @client = client end