Module: examsModel

examsModel

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

"Exams" model (EGE as default)
Source:
See:
Requires:
Returns:
Backbone.Model constructor
Type
function
Source:

Extends

Members

<inner> path :string

Type:
  • string
Properties:
Name Type Description
module:examsModel#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