Class: CiscoMSE::Endpoints::Location

Inherits:
Saddle::TraversalEndpoint
  • Object
show all
Defined in:
lib/cisco-mse-client/endpoints/location.rb

Instance Method Summary collapse

Instance Method Details

#clients(_id, opts = {}) ⇒ Object



12
13
14
15
16
17
18
# File 'lib/cisco-mse-client/endpoints/location.rb', line 12

def clients(_id, opts = {})
  begin
    get("clients/#{_id}", opts)
  rescue CiscoMSE::NotFoundError => e
    nil
  end
end