Class: Autorespawn::ProgramID::FileInfo
- Inherits:
-
Struct
- Object
- Struct
- Autorespawn::ProgramID::FileInfo
- Defined in:
- lib/autorespawn/program_id.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#mtime ⇒ Object
Returns the value of attribute mtime.
-
#path ⇒ Object
Returns the value of attribute path.
-
#require_path ⇒ Object
Returns the value of attribute require_path.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
11 12 13 |
# File 'lib/autorespawn/program_id.rb', line 11 def id @id end |
#mtime ⇒ Object
Returns the value of attribute mtime
11 12 13 |
# File 'lib/autorespawn/program_id.rb', line 11 def mtime @mtime end |
#path ⇒ Object
Returns the value of attribute path
11 12 13 |
# File 'lib/autorespawn/program_id.rb', line 11 def path @path end |
#require_path ⇒ Object
Returns the value of attribute require_path
11 12 13 |
# File 'lib/autorespawn/program_id.rb', line 11 def require_path @require_path end |
#size ⇒ Object
Returns the value of attribute size
11 12 13 |
# File 'lib/autorespawn/program_id.rb', line 11 def size @size end |