Method: Aigu::Pusher#initialize
- Defined in:
- lib/aigu/pusher.rb
#initialize(opts = {}) ⇒ Pusher
Returns a new instance of Pusher.
5 6 7 8 9 |
# File 'lib/aigu/pusher.rb', line 5 def initialize(opts = {}) @input_file = opts[:'input-file'] @accent_api_key = opts[:'accent-api-key'] @accent_url = opts[:'accent-url'] end |