Class: Singularity::Request

Inherits:
Object
  • Object
show all
Defined in:
lib/singularity.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#argumentsObject

Returns the value of attribute arguments.



9
10
11
# File 'lib/singularity.rb', line 9

def arguments
  @arguments
end

#cmdObject

Returns the value of attribute cmd.



9
10
11
# File 'lib/singularity.rb', line 9

def cmd
  @cmd
end

#cpusObject

Returns the value of attribute cpus.



9
10
11
# File 'lib/singularity.rb', line 9

def cpus
  @cpus
end

#envsObject

Returns the value of attribute envs.



9
10
11
# File 'lib/singularity.rb', line 9

def envs
  @envs
end

#memObject

Returns the value of attribute mem.



9
10
11
# File 'lib/singularity.rb', line 9

def mem
  @mem
end

#releaseObject

Returns the value of attribute release.



9
10
11
# File 'lib/singularity.rb', line 9

def release
  @release
end

#release_id_stringObject

Returns the value of attribute release_id_string.



9
10
11
# File 'lib/singularity.rb', line 9

def release_id_string
  @release_id_string
end

#release_stringObject

Returns the value of attribute release_string.



9
10
11
# File 'lib/singularity.rb', line 9

def release_string
  @release_string
end

#repoObject

Returns the value of attribute repo.



9
10
11
# File 'lib/singularity.rb', line 9

def repo
  @repo
end

#request_idObject

Returns the value of attribute request_id.



9
10
11
# File 'lib/singularity.rb', line 9

def request_id
  @request_id
end

#scheduleObject

Returns the value of attribute schedule.



9
10
11
# File 'lib/singularity.rb', line 9

def schedule
  @schedule
end

Instance Method Details

#get_bindingObject



10
11
12
# File 'lib/singularity.rb', line 10

def get_binding
  binding()
end