has_oauth_options?

in lib/twurl/oauth_client.rb [28:31]


      def has_oauth_options?(options)
        (options.consumer_key && options.consumer_secret && options.access_token && options.token_secret) ? true : false
      end