Class: Sapphire::JobAbstractions::Job

Inherits:
Object
  • Object
show all
Defined in:
lib/sapphire/JobAbstractions/Job.rb

Instance Method Summary collapse

Instance Method Details

#ArgObject



25
26
27
# File 'lib/sapphire/JobAbstractions/Job.rb', line 25

def Arg
  return nil
end

#PasswordObject



13
14
15
# File 'lib/sapphire/JobAbstractions/Job.rb', line 13

def Password
  return ""
end

#PathObject



17
18
19
# File 'lib/sapphire/JobAbstractions/Job.rb', line 17

def Path
  return ""
end

#PsExecPathObject



21
22
23
# File 'lib/sapphire/JobAbstractions/Job.rb', line 21

def PsExecPath
  return ""
end

#ServerObject



5
6
7
# File 'lib/sapphire/JobAbstractions/Job.rb', line 5

def Server
  return ""
end

#UserObject



9
10
11
# File 'lib/sapphire/JobAbstractions/Job.rb', line 9

def User
  return ""
end