Class: Configuration::ConfFile
- Inherits:
-
Struct
- Object
- Struct
- Configuration::ConfFile
- Defined in:
- lib/configuration.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#mtime ⇒ Object
Returns the value of attribute mtime.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
43 44 45 |
# File 'lib/configuration.rb', line 43 def data @data end |
#mtime ⇒ Object
Returns the value of attribute mtime
43 44 45 |
# File 'lib/configuration.rb', line 43 def mtime @mtime end |
#path ⇒ Object
Returns the value of attribute path
43 44 45 |
# File 'lib/configuration.rb', line 43 def path @path end |