class EME::Billing::ObjectHash

Public Instance Methods

method_missing(method) click to toggle source
# File lib/eme/billing.rb, line 405
def method_missing(method)
  return self[method] if self[method]
end