class Oxide::Directive
- Oxide::Directive
- Reference
- Object
Defined in:
oxide/directive.crConstructors
Instance Method Summary
- #arguments : Hash(String, Oxide::Argument)
- #locations : Array(Location)
- #name : String
- #repeatable : Bool
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)
#