Class: InteltechSms::Failure

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

Direct Known Subclasses

BadRequest, Duplicate, NoCredit, Unauthorized

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)


87
88
89
# File 'lib/inteltech_sms.rb', line 87

def success?
  false
end