Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Remote

  • Remote.ts This is the remote class for managing remote connections.

Hierarchy

  • Remote

Index

Constructors

Properties

Accessors

Constructors

constructor

  • new Remote(url: string, name?: undefined | string): Remote

Properties

Private _name

_name: string

Private _url

_url: string

Accessors

name

  • get name(): string
  • set name(value: string): void
  • Get remote name

    Returns string

    • The remote name
  • Set remote name

    Parameters

    • value: string

      The remote name

    Returns void

    • The remote name

url

  • get url(): string
  • set url(value: string): void
  • Get remote url

    Returns string

    • The remote url
  • Set remote url

    Parameters

    • value: string

      Remote url address to set as

    Returns void

    • The remote url

Generated using TypeDoc