Class: BitlbeeConfig::Accounts::Steam

Inherits:
BitlbeeConfig::Account show all
Defined in:
lib/bitlbee_config/accounts/steam.rb

Instance Attribute Summary

Attributes inherited from BitlbeeConfig::Account

#autoconnect, #cleartext_password, #handle, #password, #protocol, #server, #settings, #tag, #user

Instance Method Summary collapse

Methods inherited from BitlbeeConfig::Account

#build_xml, create_new_account, from_xml, #id, #regenerate_password_if_needed

Methods included from XmlBuildable

#to_xml_with_options

Constructor Details

#initialize(options = {}) ⇒ Steam

Returns a new instance of Steam.



4
5
6
7
8
# File 'lib/bitlbee_config/accounts/steam.rb', line 4

def initialize(options = {})
  @protocol = :steam
  @tag = "steam"
  super
end