Class: UniqSysOmega::Tariffs::Settings
- Inherits:
-
Object
- Object
- UniqSysOmega::Tariffs::Settings
- Defined in:
- lib/settings.rb
Defined Under Namespace
Classes: Proxy
Instance Method Summary collapse
-
#initialize(hash) ⇒ Settings
constructor
A new instance of Settings.
- #method_missing(meth, *args) ⇒ Object
Constructor Details
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(meth, *args) ⇒ Object
13 14 15 |
# File 'lib/settings.rb', line 13 def method_missing(meth, *args) @proxy.send(meth, *args) end |