class Crst::Field

Overview

Represents a single field in a field list

Defined in:

crst/nodes.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, body : String) #

[View source]

Instance Method Detail

def body : String #

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

[View source]
def name : String #

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

[View source]