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



261
262
263
# File 'lib/ads_common/savon_service.rb', line 261

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