6 7 8
# File 'lib/smsapipl/profile.rb', line 6 def check Client.profile end
10 11 12 13
# File 'lib/smsapipl/profile.rb', line 10 def points require 'json' JSON.parse(Client.profile)['points'] end