class Smslist::Error
Public Class Methods
new(response = nil)
click to toggle source
Calls superclass method
# File lib/smslist/error.rb, line 3 def initialize(response = nil) @response = response super @response end