Module: populationModel

populationModel

new require("populationModel")() → {function}

Population model
Source:
See:
Requires:
Returns:
Backbone.Model constructor
Type
function
Source:

Members

<inner> path :string

Type:
  • string
Properties:
Name Type Description
module:populationModel#url String API rel path
Source:

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