Method: NVX::SDS::APICommand.Logout

Defined in:
lib/nvx/sds/apicommand.rb

.LogoutObject



42
43
44
45
# File 'lib/nvx/sds/apicommand.rb', line 42

def APICommand.Logout 
    @@logoutcmd = new("Authentication/Logout.ashx", false) unless @@logoutcmd
    @@logoutcmd
end