Class: Configuration::ConfFile

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

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



43
44
45
# File 'lib/configuration.rb', line 43

def data
  @data
end

#mtimeObject

Returns the value of attribute mtime

Returns:

  • (Object)

    the current value of mtime



43
44
45
# File 'lib/configuration.rb', line 43

def mtime
  @mtime
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



43
44
45
# File 'lib/configuration.rb', line 43

def path
  @path
end