Method: Sinoma#initialize

Defined in:
lib/sinoma.rb

#initialize(event_source, api_key) ⇒ Sinoma

Returns a new instance of Sinoma.



6
7
8
9
# File 'lib/sinoma.rb', line 6

def initialize( event_source, api_key )
  @event_source = event_source
  @api_key = api_key
end