new Pool()
Create a new instance of Pool
- Source:
- Pool/Pool.js, line 31
- See:
Properties:
Name | Type | Description |
---|---|---|
author |
User | Contains the author's information. |
title |
String | pool's title |
subtitle |
String | pool's subtitle |
lanes |
Array | List of lanes |
Methods
-
generateUrl()
-
Overrides Resource's generateUrl method to return the request url
- Source:
- Pool/Pool.js, line 53
- See:
-
loadPreset()
-
Overrides Resource's loadPreset method.
- Source:
- Pool/Pool.js, line 47
- See:
-
loadSet(rObject)
-
Overrides Resource's loadSet method to set local variables after request.
Parameters:
Name Type Description rObject
json JSON representation of the loaded data. - Source:
- Pool/Pool.js, line 63
- See: