Class: EnvPaths::OSData

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

Instance Attribute Summary collapse

Instance Attribute Details

#cacheObject

Returns the value of attribute cache

Returns:

  • (Object)

    the current value of cache



6
7
8
# File 'lib/env_paths.rb', line 6

def cache
  @cache
end

#configObject

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



6
7
8
# File 'lib/env_paths.rb', line 6

def config
  @config
end

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



6
7
8
# File 'lib/env_paths.rb', line 6

def data
  @data
end

#logObject

Returns the value of attribute log

Returns:

  • (Object)

    the current value of log



6
7
8
# File 'lib/env_paths.rb', line 6

def log
  @log
end

#tempObject

Returns the value of attribute temp

Returns:

  • (Object)

    the current value of temp



6
7
8
# File 'lib/env_paths.rb', line 6

def temp
  @temp
end