Class: EME::Billing::ObjectHash

Inherits:
Hash
  • Object
show all
Defined in:
lib/eme/billing.rb

Direct Known Subclasses

Campaign, Image, Item, Offer, Transaction, Wallet

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