class Oxide::Directive

Defined in:

oxide/directive.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, arguments : Hash(String, Oxide::Argument) = {} of String => Oxide::Argument, locations : Array(Oxide::Directive::Location) = [] of Location, repeatable : Bool = false) #

[View source]

Instance Method Detail

def arguments : Hash(String, Oxide::Argument) #

[View source]
def locations : Array(Location) #

[View source]
def name : String #

[View source]
def repeatable : Bool #

[View source]