Class: SmsCarrier::Base::NullMessage

Inherits:
Object
  • Object
show all
Defined in:
lib/sms_carrier/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



165
166
167
# File 'lib/sms_carrier/base.rb', line 165

def method_missing(*args)
  nil
end

Instance Method Details

#bodyObject



159
# File 'lib/sms_carrier/base.rb', line 159

def body; '' end

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

Returns:

  • (Boolean)


161
162
163
# File 'lib/sms_carrier/base.rb', line 161

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