Skip to content

class Tourmaline::WebAppInfo
inherits Reference #

Describes a Web App.

Included modules

JSON::Serializable

Constructors#

.new(pull : JSON::PullParser) #

View source

.new(url) #

View source

Methods#

#url : String #

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

View source

#url=(url : String) #

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

View source