class

Tourmaline::WebAppInfo

Inherits JSON::Serializable / Reference / Object

Describes a Web App.

Constructors

new(url : String)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

url

An HTTPS URL of a Web App to be opened with additional data as specified in Initializing Web Apps

Source
url=(url : String)

An HTTPS URL of a Web App to be opened with additional data as specified in Initializing Web Apps

Source