Class: CiscoMSE::Client

Inherits:
Saddle::Client
  • Object
show all
Extended by:
Stub
Defined in:
lib/cisco-mse-client.rb

Class Method Summary collapse

Methods included from Stub

stub!

Class Method Details

.hostObject



19
20
21
# File 'lib/cisco-mse-client.rb', line 19

def self.host
  'localhost'
end

.path_prefixObject



23
24
25
# File 'lib/cisco-mse-client.rb', line 23

def self.path_prefix
  'api/contextaware/v1'
end

.use_sslObject



27
28
29
# File 'lib/cisco-mse-client.rb', line 27

def self.use_ssl
  true
end