Method: Send#initialize

Defined in:
lib/coolsms/send.rb

#initialize(options = {}) ⇒ Send

Returns a new instance of Send.



74
75
76
# File 'lib/coolsms/send.rb', line 74

def initialize(options = {})
  self.set_fields(options)
end