module Lifecell

The Lifecell::API library is used for interactions with a api.life.com.ua. lifecell - GSM operator in Ukraine

Example

require 'lifecell_api'
require 'logger'

life = Lifecell::API.new(msisdn: msisdn, password: password, lang: 'uk')
life.log = Logger.new($stderr)
life.sign_in
life.get_summary_data
life.sign_out

Constants

RESPONSE_CODES