Method: Itexmo::Sms#initialize

Defined in:
lib/itexmo/sms.rb

#initializeSms

Returns a new instance of Sms.



12
13
14
15
# File 'lib/itexmo/sms.rb', line 12

def initialize
  @api_code = Itexmo.configuration.api_code
  PARAMETERS['apicode'] = api_code
end