Class: OpenBEL::Config::SilentProperties
- Inherits:
-
Properties
- Object
- Properties
- OpenBEL::Config::SilentProperties
- Defined in:
- app/openbel/api/config.rb
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(key, *args, &block) ⇒ Object
139 140 141 142 |
# File 'app/openbel/api/config.rb', line 139 def method_missing(key, *args, &block) return nil unless has_key?(key) execute(key, *args, &block) end |