Module: Wemote::Client::Typhoeus

Defined in:
lib/wemote/client.rb

Constant Summary collapse

DEPENDENCIES =
['typhoeus']

Class Method Summary collapse

Class Method Details

.extended(base) ⇒ Object



38
39
40
41
# File 'lib/wemote/client.rb', line 38

def self.extended(base)
  base.instance_variable_set(:@lib,::Typhoeus)
  base.extend(SmartLib)
end