Class: ActiveFolder::Config
- Inherits:
-
Object
- Object
- ActiveFolder::Config
- Defined in:
- lib/activefolder/config.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
7 8 9 |
# File 'lib/activefolder/config.rb', line 7 def initialize @client = Metal::Config.new end |
Instance Attribute Details
#client ⇒ Object (readonly)
Returns the value of attribute client.
5 6 7 |
# File 'lib/activefolder/config.rb', line 5 def client @client end |