Sha256: f28479dc8e3a836b0e26ef2c05533f7a97099005d612c950e8338fa27d8abdf1
Contents?: true
Size: 230 Bytes
Versions: 12
Compression:
Stored size: 230 Bytes
Contents
module Pork class Auth attr_accessor :auth def initialize(username, password, user_agent = '') @auth = Twitter::Base.new(Twitter::HTTPAuth.new(username, password, :user_agent => user_agent)) end end end
Version data entries
12 entries across 12 versions & 1 rubygems