Method: Whm::Server#account
- Defined in:
- lib/whm/server.rb
#account(name) ⇒ Object
Find an account
Options
-
:user- Username associated with the acount to display (string)
80 81 82 83 |
# File 'lib/whm/server.rb', line 80 def account(name) summary = self.account_summary(:user => name) build_account(summary) end |