Method: Tomba::Service#initialize
- Defined in:
- lib/tomba/service.rb
#initialize(client) ⇒ Service
Returns a new instance of Service.
4 5 6 |
# File 'lib/tomba/service.rb', line 4 def initialize(client) @client = client end |
Returns a new instance of Service.
4 5 6 |
# File 'lib/tomba/service.rb', line 4 def initialize(client) @client = client end |