module NewEden::Account

Public Instance Methods

account_status() click to toggle source
# File lib/neweden/account.rb, line 3
def account_status
  request('/account/AccountStatus.xml.aspx')
end
api_key_info() click to toggle source
# File lib/neweden/account.rb, line 7
def api_key_info
  request('/account/APIKeyInfo.xml.aspx')
end
characters() click to toggle source
# File lib/neweden/account.rb, line 11
def characters
  request('/account/Characters.xml.aspx')
end