Class: Notesgrip::NotesLog

Inherits:
GripWrapper show all
Defined in:
lib/notesgrip/NotesSession.rb

Overview

NotesLog Class ===============

Instance Method Summary collapse

Methods inherited from GripWrapper

#initialize, #inspect, #raw

Constructor Details

This class inherits a constructor from Notesgrip::GripWrapper

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Notesgrip::GripWrapper

Instance Method Details

#CloseObject



535
536
537
# File 'lib/notesgrip/NotesSession.rb', line 535

def Close()
  @raw_object.Close()
end

#LogAction(description) ⇒ Object



539
540
541
# File 'lib/notesgrip/NotesSession.rb', line 539

def LogAction(description)
  @raw_object.LogAction(description)
end

#LogActionsObject

——-Simple Method Relay——–



495
496
497
# File 'lib/notesgrip/NotesSession.rb', line 495

def LogActions()
  @raw_object.LogActions()
end

#LogActions=(flag) ⇒ Object



498
499
500
# File 'lib/notesgrip/NotesSession.rb', line 498

def LogActions=(flag)
  @raw_object.LogActions = flag
end

#LogError(code, description) ⇒ Object



543
544
545
# File 'lib/notesgrip/NotesSession.rb', line 543

def LogError(code, description)
  @raw_object.LogError(code, description)
end

#LogErrorsObject



502
503
504
# File 'lib/notesgrip/NotesSession.rb', line 502

def LogErrors()
  @raw_object.LogErrors()
end

#LogErrors=(flag) ⇒ Object



505
506
507
# File 'lib/notesgrip/NotesSession.rb', line 505

def LogErrors=(flag)
  @raw_object.LogErrors = flag
end

#LogEventObject



547
548
549
# File 'lib/notesgrip/NotesSession.rb', line 547

def LogEvent()
  @raw_object.LogEvent()
end

#NewObject



551
552
553
# File 'lib/notesgrip/NotesSession.rb', line 551

def New()
  @raw_object.New()
end

#NumActionsObject



509
510
511
# File 'lib/notesgrip/NotesSession.rb', line 509

def NumActions()
  @raw_object.NumActions()
end

#NumErrorsObject



513
514
515
# File 'lib/notesgrip/NotesSession.rb', line 513

def NumErrors()
  @raw_object.NumErrors()
end

#OpenAgentLogObject



555
556
557
# File 'lib/notesgrip/NotesSession.rb', line 555

def OpenAgentLog()
  @raw_object.OpenAgentLog()
end

#OpenFileLogObject



559
560
561
# File 'lib/notesgrip/NotesSession.rb', line 559

def OpenFileLog()
  @raw_object.OpenFileLog()
end

#OpenMailLogObject



563
564
565
# File 'lib/notesgrip/NotesSession.rb', line 563

def OpenMailLog()
  @raw_object.OpenMailLog()
end

#OpenNotesLogObject



567
568
569
# File 'lib/notesgrip/NotesSession.rb', line 567

def OpenNotesLog()
  @raw_object.OpenNotesLog()
end

#OverwriteFileObject



517
518
519
# File 'lib/notesgrip/NotesSession.rb', line 517

def OverwriteFile()
  @raw_object.OverwriteFile()
end

#OverwriteFile=(flag) ⇒ Object



520
521
522
# File 'lib/notesgrip/NotesSession.rb', line 520

def OverwriteFile=(flag)
  @raw_object.OverwriteFile = flag
end

#ParentObject



524
525
526
# File 'lib/notesgrip/NotesSession.rb', line 524

def Parent()
  NotesSession.new
end

#ProgramNameObject



528
529
530
# File 'lib/notesgrip/NotesSession.rb', line 528

def ProgramName()
  @raw_object.ProgramName()
end

#ProgramName=(prog_name) ⇒ Object



531
532
533
# File 'lib/notesgrip/NotesSession.rb', line 531

def ProgramName=(prog_name)
  @raw_object.ProgramName = prog_name
end