class Sms16Client::Response
Public Instance Methods
error?()
click to toggle source
helpers to determine response case
# File lib/sms16client/parser.rb, line 39 def error? @error ? true : false end
information?()
click to toggle source
# File lib/sms16client/parser.rb, line 47 def information? @information ? true : false end
money?()
click to toggle source
# File lib/sms16client/parser.rb, line 43 def money? @money ? true : false end
state?()
click to toggle source
# File lib/sms16client/parser.rb, line 51 def state? @state ? true : false end