Class: DTAS::Mlib::Job
- Inherits:
-
Struct
- Object
- Struct
- DTAS::Mlib::Job
- Defined in:
- lib/dtas/mlib.rb
Instance Attribute Summary collapse
-
#ctime ⇒ Object
Returns the value of attribute ctime.
-
#parent_id ⇒ Object
Returns the value of attribute parent_id.
-
#path ⇒ Object
Returns the value of attribute path.
-
#wd ⇒ Object
Returns the value of attribute wd.
Instance Attribute Details
#ctime ⇒ Object
Returns the value of attribute ctime
20 21 22 |
# File 'lib/dtas/mlib.rb', line 20 def ctime @ctime end |
#parent_id ⇒ Object
Returns the value of attribute parent_id
20 21 22 |
# File 'lib/dtas/mlib.rb', line 20 def parent_id @parent_id end |
#path ⇒ Object
Returns the value of attribute path
20 21 22 |
# File 'lib/dtas/mlib.rb', line 20 def path @path end |
#wd ⇒ Object
Returns the value of attribute wd
20 21 22 |
# File 'lib/dtas/mlib.rb', line 20 def wd @wd end |