Home Reference Source Repository
import Connection from 'rodan-client/js/Models/Connection.js'
public class | source

Connection

Extends:

backbone~Backbone.ModelBaseModel → Connection

Connection.

Inherited Summary

From class BaseModel
public

destroy(options: object)

Override of destroy to allow for generic handling.

public

fetch(options: object)

Override of fetch to allow for generic handling.

public

Returns descriptive string for model.

public

Parses ID out of resource type URL.

public

save(attributes: object, options: object): *

Override of save to allow for generic handling.

public

url(): string

URL override to add trailing slash.