class Mint::MintJson::Application

Defined in:

mint_json.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(meta : Hash(String, String) = {} of String => String, orientation : String = "", display : String = "", theme : String = "", title : String = "", name : String = "", head : String = "", icon : String = "", css_prefix : String | Nil = nil) #

[View source]

Instance Method Detail

def css_prefix : String? #

[View source]
def display : String #

[View source]
def head : String #

[View source]
def icon : String #

[View source]
def meta : Hash(String, String) #

[View source]
def name : String #

[View source]
def orientation : String #

[View source]
def theme : String #

[View source]
def title : String #

[View source]