Method: InvisibleCollector::Voice#initialize
- Defined in:
- lib/invisible_collector/voice.rb
#initialize(options = {}) ⇒ Voice
Returns a new instance of Voice.
11 12 13 14 |
# File 'lib/invisible_collector/voice.rb', line 11 def initialize( = {}) @api_token = .with_indifferent_access[:api_token] @host = .with_indifferent_access[:host] end |