89 90 91 92
# File 'lib/lights.rb', line 89 def request_group_info( id ) response = get "groups/#{id}" Group.new(id,response) end