Robot Framework Integrated Development Environment (RIDE)
robotide.run.runanything.RunConfig Class Reference

Public Member Functions

def __init__ (self, name, command, doc)
 

Public Attributes

 command
 
 doc
 
 name
 

Properties

 help = property(lambda self: '%s (%s)' % (self.doc, self.command))
 

Private Attributes

 _error
 
 _finished
 

Detailed Description

Definition at line 111 of file runanything.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.run.runanything.RunConfig.__init__ (   self,
  name,
  command,
  doc 
)

Definition at line 114 of file runanything.py.

Member Data Documentation

◆ _error

robotide.run.runanything.RunConfig._error
private

Definition at line 119 of file runanything.py.

◆ _finished

robotide.run.runanything.RunConfig._finished
private

Definition at line 118 of file runanything.py.

◆ command

robotide.run.runanything.RunConfig.command

Definition at line 116 of file runanything.py.

◆ doc

robotide.run.runanything.RunConfig.doc

Definition at line 117 of file runanything.py.

◆ name

robotide.run.runanything.RunConfig.name

Definition at line 115 of file runanything.py.

Property Documentation

◆ help

robotide.run.runanything.RunConfig.help = property(lambda self: '%s (%s)' % (self.doc, self.command))
static

Definition at line 112 of file runanything.py.


The documentation for this class was generated from the following file: