Class: EME::Billing::ObjectHash
- Inherits:
-
Hash
- Object
- Hash
- EME::Billing::ObjectHash
- Defined in:
- lib/eme/billing.rb
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(method) ⇒ Object
405 406 407 |
# File 'lib/eme/billing.rb', line 405 def method_missing(method) return self[method] if self[method] end |