class MobiApi::Base

Public Class Methods

set_auth_token(auth_token) click to toggle source
# File lib/mobi_api.rb, line 53
def self.set_auth_token(auth_token)
  @tokenizer[:auth_token] = auth_token
end