Vanity {connectapi} | R Documentation |
Vanity
Description
Vanity
Vanity
Details
An R6 class that represents a Vanity URL
Super class
connectapi::Content
-> Vanity
Public fields
vanity
The vanity.
Methods
Public methods
Inherited methods
connectapi::Content$bundle_delete()
connectapi::Content$bundle_download()
connectapi::Content$danger_delete()
connectapi::Content$deploy()
connectapi::Content$environment()
connectapi::Content$environment_all()
connectapi::Content$environment_set()
connectapi::Content$get_bundles()
connectapi::Content$get_connect()
connectapi::Content$get_content()
connectapi::Content$get_content_remote()
connectapi::Content$get_dashboard_url()
connectapi::Content$get_url()
connectapi::Content$internal_content()
connectapi::Content$job()
connectapi::Content$jobs()
connectapi::Content$permissions()
connectapi::Content$permissions_add()
connectapi::Content$permissions_delete()
connectapi::Content$permissions_update()
connectapi::Content$repo_enable()
connectapi::Content$repo_set()
connectapi::Content$tag_delete()
connectapi::Content$tag_set()
connectapi::Content$tags()
connectapi::Content$update()
connectapi::Content$variants()
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.
See Also
Other R6 classes:
Bundle
,
Content
,
ContentTask
,
Environment
,
PositConnect
,
Task
,
Variant
,
VariantSchedule
,
VariantTask
[Package connectapi version 0.2.0 Index]