class Mint::MintJson::Application

Defined in:

mint_json.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(*, orientation : String, theme_color : String, css_prefix : String, display : String, title : String, meta : Hash(String, String), name : String, head : String, icon : String) #

[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_color : String #

[View source]
def title : String #

[View source]