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



35
36
37
# File 'lib/configuration.rb', line 35

def data
  @data
end

#mtimeObject

Returns the value of attribute mtime

Returns:

  • (Object)

    the current value of mtime



35
36
37
# File 'lib/configuration.rb', line 35

def mtime
  @mtime
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



35
36
37
# File 'lib/configuration.rb', line 35

def path
  @path
end