class Ish::Lead
Lead
vp 20171204
Constants
- STATES
Public Instance Methods
phone=(which)
click to toggle source
# File lib/ish/lead.rb, line 41 def phone= which write_attribute :raw_phone, which write_attribute :phone, which.gsub(/\D/, '').to_i end