Class: CiscoMSE::Client
- Inherits:
-
Saddle::Client
- Object
- Saddle::Client
- CiscoMSE::Client
- Extended by:
- Stub
- Defined in:
- lib/cisco-mse-client.rb
Class Method Summary collapse
Methods included from Stub
Class Method Details
.host ⇒ Object
19 20 21 |
# File 'lib/cisco-mse-client.rb', line 19 def self.host 'localhost' end |
.path_prefix ⇒ Object
23 24 25 |
# File 'lib/cisco-mse-client.rb', line 23 def self.path_prefix 'api/contextaware/v1' end |
.use_ssl ⇒ Object
27 28 29 |
# File 'lib/cisco-mse-client.rb', line 27 def self.use_ssl true end |