Class: DTAS::Mlib::Job

Inherits:
Struct
  • Object
show all
Defined in:
lib/dtas/mlib.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ctimeObject

Returns the value of attribute ctime

Returns:

  • (Object)

    the current value of ctime



25
26
27
# File 'lib/dtas/mlib.rb', line 25

def ctime
  @ctime
end

#parent_idObject

Returns the value of attribute parent_id

Returns:

  • (Object)

    the current value of parent_id



25
26
27
# File 'lib/dtas/mlib.rb', line 25

def parent_id
  @parent_id
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



25
26
27
# File 'lib/dtas/mlib.rb', line 25

def path
  @path
end

#wdObject

Returns the value of attribute wd

Returns:

  • (Object)

    the current value of wd



25
26
27
# File 'lib/dtas/mlib.rb', line 25

def wd
  @wd
end