Method: Life::API#sign_in
- Defined in:
- lib/life-api/methods.rb
#sign_in ⇒ Object
31 32 33 34 35 36 |
# File 'lib/life-api/methods.rb', line 31 def sign_in xml = request('signIn', { msisdn: @msisdn, superPassword: @password }) @token = xml['token'] @sub_id = xml['subId'] return xml end |