class Tourmaline::WebAppInfo

Overview

Describes a Web App.

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(url : String) #

[View source]

Instance Method Detail

def url : String #

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


[View source]
def url=(url : String) #

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


[View source]