Class: Autorespawn::ProgramID::FileInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/autorespawn/program_id.rb

Instance Attribute Summary collapse

Instance Attribute Details

#mtimeObject

Returns the value of attribute mtime

Returns:

  • (Object)

    the current value of mtime



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

def mtime
  @mtime
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



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

def size
  @size
end