Class: NewEden::API::Account

Inherits:
Base
  • Object
show all
Defined in:
lib/new_eden/api/account.rb

Instance Attribute Summary

Attributes inherited from Base

#client

Instance Method Summary collapse

Methods inherited from Base

#api_call, #initialize

Constructor Details

This class inherits a constructor from NewEden::API::Base

Instance Method Details

#api_key_info(opts = {}) ⇒ Object



8
9
10
# File 'lib/new_eden/api/account.rb', line 8

def api_key_info(opts = {})
  return api_call('/Account/APIKeyInfo', opts)
end

#characters(opts = {}) ⇒ Object



12
13
14
# File 'lib/new_eden/api/account.rb', line 12

def characters(opts = {})
  return api_call('/Account/Characters', opts)
end

#status(opts = {}) ⇒ Object



4
5
6
# File 'lib/new_eden/api/account.rb', line 4

def status(opts = {})
  return api_call('/Account/AccountStatus', opts)
end