Class: Tenderloin::Config::SharedFoldersConfig

Inherits:
Base
  • Object
show all
Defined in:
lib/tenderloin/config.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#[], #instance_variables_hash, #to_json

Instance Attribute Details

#enabledObject

Returns the value of attribute enabled.



118
119
120
# File 'lib/tenderloin/config.rb', line 118

def enabled
  @enabled
end

#foldersObject

Returns the value of attribute folders.



119
120
121
# File 'lib/tenderloin/config.rb', line 119

def folders
  @folders
end