| Total Complexity | 1 |
| Total Lines | 9 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | class UserTexter < Textris::Base |
||
| 2 | default :from => "Our Team <+48 666-777-888>" |
||
| 3 | |||
| 4 | def welcome(user) |
||
| 5 | @user = user |
||
| 6 | |||
| 7 | text :to => @user.phone |
||
| 8 | end |
||
| 9 | end |
||
| 10 |