Class: MescalCli::Config
- Inherits:
-
Delegator
- Object
- Delegator
- MescalCli::Config
- Defined in:
- lib/mescal-cli/config.rb
Class Method Summary collapse
Instance Method Summary collapse
- #__getobj__ ⇒ Object
- #__setobj__(obj) ⇒ Object
-
#initialize(obj) ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize(obj) ⇒ Config
Returns a new instance of Config.
9 10 11 12 |
# File 'lib/mescal-cli/config.rb', line 9 def initialize(obj) super @delegate_obj = obj end |
Class Method Details
Instance Method Details
#__getobj__ ⇒ Object
14 15 16 |
# File 'lib/mescal-cli/config.rb', line 14 def __getobj__ @delegate_obj end |
#__setobj__(obj) ⇒ Object
18 19 20 |
# File 'lib/mescal-cli/config.rb', line 18 def __setobj__(obj) @delegate_obj = obj end |