Method: Agilibox::SMS.strategy=

Defined in:
app/sms/agilibox/sms.rb

.strategy=(value) ⇒ Object



3
4
5
# File 'app/sms/agilibox/sms.rb', line 3

def strategy=(value)
  @strategy = parse_strategy(value)
end