Class: NexusLink::NAX::Enlace
- Inherits:
-
WIN32OLE
- Object
- WIN32OLE
- NexusLink::NAX::Enlace
- Defined in:
- lib/nexus_link/nax/enlace.rb
Instance Method Summary collapse
- #check ⇒ Object
- #close ⇒ Object
-
#initialize ⇒ Enlace
constructor
A new instance of Enlace.
Constructor Details
#initialize ⇒ Enlace
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
#check ⇒ Object
9 10 11 |
# File 'lib/nexus_link/nax/enlace.rb', line 9 def check raise self.sMensaje if self.bError end |
#close ⇒ Object
13 14 15 |
# File 'lib/nexus_link/nax/enlace.rb', line 13 def close self.Acabar end |