initialize

in lib/twurl/oauth_client.rb [109:117]


    def initialize(options = {})
      @username        = options['username']
      @consumer_key    = options['consumer_key']
      @consumer_secret = options['consumer_secret']
      @token           = options['token']
      @secret          = options['secret']
      configure_http!
    end