struct Aero::Template::Field

Extended Modules

Defined in:

template/node.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from struct Aero::Template::Node

accepts?(other : Node) : Bool accepts?, start : Int32 start, stop : Int32 stop

Constructor methods inherited from struct Aero::Template::Node

new(start : Int32, stop : Int32) new

Constructor Detail

def self.new(start, stop, value : String) #

[View source]

Class Method Detail

def self.default #

[View source]

Instance Method Detail

def to_s(io : IO) #
Description copied from struct Struct

Same as #inspect(io).


[View source]
def value : String #

[View source]