Class: AdsCommon::SavonService::NoopLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/ads_common/savon_service.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(m, *args, &block) ⇒ Object



263
264
265
# File 'lib/ads_common/savon_service.rb', line 263

def method_missing(m, *args, &block)
  nil
end