class BitlbeeConfig::Accounts::Steam
Public Class Methods
new(options = {})
click to toggle source
Calls superclass method
BitlbeeConfig::Account::new
# File lib/bitlbee_config/accounts/steam.rb, line 4 def initialize(options = {}) @protocol = :steam @tag = "steam" super end