Method: Life::API#sign_in

Defined in:
lib/life-api/methods.rb

#sign_inObject



31
32
33
34
35
36
# File 'lib/life-api/methods.rb', line 31

def 
  xml = request('signIn', { msisdn: @msisdn, superPassword: @password })
  @token  = xml['token']
  @sub_id = xml['subId']
  return xml
end