Class: InteltechSms::Success

Inherits:
Response show all
Defined in:
lib/inteltech_sms.rb

Instance Attribute Summary

Attributes inherited from Response

#response_code, #sms

Instance Method Summary collapse

Methods inherited from Response

#==, factory, #initialize, #to_s

Constructor Details

This class inherits a constructor from InteltechSms::Response

Instance Method Details

#success?Boolean

Returns:

  • (Boolean)


81
82
83
# File 'lib/inteltech_sms.rb', line 81

def success?
  true
end