Method: Ufo::Apps::Service#initialize

Defined in:
lib/ufo/apps/service.rb

#initialize(service, options) ⇒ Service

Returns a new instance of Service.



5
6
7
8
# File 'lib/ufo/apps/service.rb', line 5

def initialize(service, options)
  @service = service
  @options = options
end