Skip to content

GetUser

Pavel Kuzmin edited this page Aug 10, 2020 · 4 revisions

[<< go back]

Methods

require 'onlinesim'
driver = OnlineSim::Driver.new(:apikey => 'TOKEN').user

Example

require 'onlinesim'
# ...
driver = OnlineSim::Driver.new(:apikey => 'TOKEN').user
balance = driver.balance()

balance [docs ru] [docs en]

Get user balance and income


profile

Get User profile

Clone this wiki locally