class Crow::Field

Defined in:

libcrow/Field.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String) #

[View source]
def self.new(id : UInt32, subid : UInt32 = 0_u32) #

[View source]

Instance Method Detail

def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


[View source]
def id : UInt32 #

[View source]
def id=(id : UInt32) #

[View source]
def index : UInt8 #

[View source]
def index=(index : UInt8) #

[View source]
def name : String #

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

[View source]
def subid : UInt32 #

[View source]
def subid=(subid : UInt32) #

[View source]
def to_s #
Description copied from class Object

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.


[View source]
def typeid : CrowType #

[View source]
def typeid=(typeid : CrowType) #

[View source]