new require("giaModel")() → {function}
GIA model
- Source:
- See:
Requires:
Returns:
Backbone.Model constructor
- Type
- function
- Source:
Extends
Members
-
<inner> path
-
- Source:
Properties:
Name Type Description module:giaModel#urlString API rel path
Methods
-
initialize()
-
Constructs instance URL by path & host params from mixin
- Inherited From:
- Source:
-
url() → {string}
-
Returns actual model URL Full URL may be constructed at model init stage only: it depends from host attribute, which is added via custom model extension
- Inherited From:
- Source:
Returns:
Model instance url- Type
- string