Class: Pushing::Base::NullNotification

Inherits:
Object
  • Object
show all
Defined in:
lib/pushing/base.rb

Overview

:nodoc:

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*args) ⇒ Object



148
149
150
# File 'lib/pushing/base.rb', line 148

def method_missing(*args)
  nil
end

Instance Method Details

#respond_to?(string, include_all = false) ⇒ Boolean



144
145
146
# File 'lib/pushing/base.rb', line 144

def respond_to?(string, include_all = false)
  true
end