Class: Sapphire::JobAbstractions::Job
- Defined in:
- lib/sapphire/JobAbstractions/Job.rb
Instance Method Summary collapse
- #Arg ⇒ Object
- #Password ⇒ Object
- #Path ⇒ Object
- #PsExecPath ⇒ Object
- #Server ⇒ Object
- #User ⇒ Object
Instance Method Details
#Arg ⇒ Object
25 26 27 |
# File 'lib/sapphire/JobAbstractions/Job.rb', line 25 def Arg return nil end |
#Password ⇒ Object
13 14 15 |
# File 'lib/sapphire/JobAbstractions/Job.rb', line 13 def Password return "" end |
#Path ⇒ Object
17 18 19 |
# File 'lib/sapphire/JobAbstractions/Job.rb', line 17 def Path return "" end |
#PsExecPath ⇒ Object
21 22 23 |
# File 'lib/sapphire/JobAbstractions/Job.rb', line 21 def PsExecPath return "" end |
#Server ⇒ Object
5 6 7 |
# File 'lib/sapphire/JobAbstractions/Job.rb', line 5 def Server return "" end |
#User ⇒ Object
9 10 11 |
# File 'lib/sapphire/JobAbstractions/Job.rb', line 9 def User return "" end |