module Smsapi::Defaults
Public Instance Methods
default_options()
click to toggle source
# File lib/smsapi/defaults.rb, line 2 def default_options { from: 'eco', test: '0', encoding: 'utf-8' } end
# File lib/smsapi/defaults.rb, line 2 def default_options { from: 'eco', test: '0', encoding: 'utf-8' } end