Class: EnvPaths::OSData
- Inherits:
-
Struct
- Object
- Struct
- EnvPaths::OSData
- Defined in:
- lib/env_paths.rb
Instance Attribute Summary collapse
-
#cache ⇒ Object
Returns the value of attribute cache.
-
#config ⇒ Object
Returns the value of attribute config.
-
#data ⇒ Object
Returns the value of attribute data.
-
#log ⇒ Object
Returns the value of attribute log.
-
#temp ⇒ Object
Returns the value of attribute temp.
Instance Attribute Details
#cache ⇒ Object
Returns the value of attribute cache
6 7 8 |
# File 'lib/env_paths.rb', line 6 def cache @cache end |
#config ⇒ Object
Returns the value of attribute config
6 7 8 |
# File 'lib/env_paths.rb', line 6 def config @config end |
#data ⇒ Object
Returns the value of attribute data
6 7 8 |
# File 'lib/env_paths.rb', line 6 def data @data end |
#log ⇒ Object
Returns the value of attribute log
6 7 8 |
# File 'lib/env_paths.rb', line 6 def log @log end |
#temp ⇒ Object
Returns the value of attribute temp
6 7 8 |
# File 'lib/env_paths.rb', line 6 def temp @temp end |