Vanity

Vanity

Details

An R6 class that represents a Vanity URL

Super class

connectapi::Content -> Vanity

Public fields

vanity

The vanity.

Methods

Inherited methods


Method new()

Initialize this vanity.

Usage

Vanity$new(connect, content, vanity)

Arguments

connect

The Connect instance.

content

The Content instance.

vanity

The vanity data.


Method get_vanity()

Return the underlying vanity.

Usage

Vanity$get_vanity()


Method print()

Print this object.

Usage

Vanity$print(...)

Arguments

...

Unused.


Method clone()

The objects of this class are cloneable with this method.

Usage

Vanity$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.