Class: Autorespawn::ProgramID::FileInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#mtimeObject

Returns the value of attribute mtime

Returns:

  • (Object)

    the current value of mtime



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

def mtime
  @mtime
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end

#require_pathObject

Returns the value of attribute require_path

Returns:

  • (Object)

    the current value of require_path



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

def require_path
  @require_path
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



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

def size
  @size
end