84 85 86 87
# File 'lib/lights.rb', line 84 def request_bulb_info( id ) response = get "lights/#{id}" Bulb.new(id,response) end