Method: Unifi::Client::Wlan#list_wlan_groups
- Defined in:
- lib/unifi/client/wlan.rb
#list_wlan_groups ⇒ Object
55 56 57 58 |
# File 'lib/unifi/client/wlan.rb', line 55 def list_wlan_groups response = self.class.get("/s/#{@site}/list/wlangroup") response.parsed_response end |