> For the complete documentation index, see [llms.txt](https://pyot.iann838.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pyot.iann838.com/models/riot/account.md).

# Account

Module: `pyot.models.riot.account`

### *class* `Account`

Type: `PyotCore`

Definitions:

* `__init__` -> `None`
  * `puuid`: `str = empty`
  * `game_name`: `str = empty`
  * `tag_line`: `str = empty`
  * `region`: `str = models.riot.DEFAULT_REGION`

Endpoints:

* `account_v1_by_puuid`: `['puuid']`
* `account_v1_by_riot_id`: `['game_name', 'tag_line']`

Methods:

* *method* `active_shard` -> `None`
  * `game`: `str`

Attributes:

* `puuid` -> `str`
* `game_name` -> `str`
* `tag_line` -> `str`

### *class* `ActiveShard`

Type: `PyotCore`

Definitions:

* `__init__` -> `None`
  * `puuid`: `str = empty`
  * `game`: `str = empty`
  * `region`: `str = models.riot.DEFAULT_REGION`

Endpoints:

* `account_v1_active_shard`: `['puuid', 'game']`

Attributes:

* `puuid` -> `str`
* `game` -> `str`
* `active_shard` -> `str`

Properties:

* *property* `account` -> `None`
