Class: NexusLink::NAX::Enlace

Inherits:
WIN32OLE
  • Object
show all
Defined in:
lib/nexus_link/nax/enlace.rb

Instance Method Summary collapse

Constructor Details

#initializeEnlace

Returns a new instance of Enlace.



4
5
6
7
# File 'lib/nexus_link/nax/enlace.rb', line 4

def initialize
  @progid = "NAX.Enlace"
  super @progid
end

Instance Method Details

#checkObject



9
10
11
# File 'lib/nexus_link/nax/enlace.rb', line 9

def check
  raise self.sMensaje	if self.bError
end

#closeObject



13
14
15
# File 'lib/nexus_link/nax/enlace.rb', line 13

def close
  self.Acabar
end