class Emeralds::Emfile

Included Modules

Defined in:

emfile/Emfile.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

[View source]

Class Method Detail

def self.cspec_not_on_deps #

[View source]
def self.cspec_not_on_dev_deps #

[View source]
def self.instance #

[View source]
def self.with_instance(emfile : Nil | Emeralds::Emfile, &) #

[View source]

Instance Method Detail

def author : String | Nil #

[View source]
def author=(author : String | Nil) #

[View source]
def compile_flags : CompileFlags #

[View source]
def compile_flags=(compile_flags : CompileFlags) #

[View source]
def dependencies : Hash(String, String) | Nil #

[View source]
def dependencies=(dependencies : Hash(String, String) | Nil) #

[View source]
def dev_dependencies : Hash(String, String) | Nil #

[View source]
def dev_dependencies=(dev_dependencies : Hash(String, String) | Nil) #

[View source]
def license : String | Nil #

[View source]
def license=(license : String | Nil) #

[View source]
def lintignore : Ignore #

[View source]
def lintignore=(lintignore : Ignore) #

[View source]
def locignore : Ignore #

[View source]
def locignore=(locignore : Ignore) #

[View source]
def name : String | Nil #

[View source]
def name=(name : String | Nil) #

[View source]
def scripts : Hash(String, String | Array(String)) | Nil #

[View source]
def scripts=(scripts : Hash(String, String | Array(String)) | Nil) #

[View source]
def template : String #

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

[View source]
def version : String | Nil #

[View source]
def version=(version : String | Nil) #

[View source]