Class: IdnSdkRuby::Com::Nbos::Capi::Modules::Ids::V0::IdsApi

Inherits:
Api::V0::NetworkApi show all
Defined in:
lib/idn_sdk_ruby/com/nbos/capi/modules/ids/v0/ids_api.rb

Instance Attribute Summary

Attributes inherited from Api::V0::NetworkApi

#apiContext, #host, #moduleName, #remoteApi, #remoteApiClass, #sw

Instance Method Summary collapse

Methods inherited from Api::V0::NetworkApi

#get, #getHost, #getModuleName, #getOkHttpClient, #getRemoteApi, #getRemoteApiClass, #getRetrofitClient, #getSw, #newRequest, #post, #put, #setApiContext, #setHost, #setModuleName, #setRemoteApiClass, #setSw

Constructor Details

#initialize(host = nil) ⇒ IdsApi

Returns a new instance of IdsApi.



11
12
13
14
15
16
# File 'lib/idn_sdk_ruby/com/nbos/capi/modules/ids/v0/ids_api.rb', line 11

def initialize(host = nil)
  super()
  setRemoteApiClass(IdnSdkRuby::Com::Nbos::Capi::Modules::Ids::V0::IdsRemoteApi)
  setModuleName("ids")
  setHost(host) if host != nil
end