class Crow::Field
- Crow::Field
- Reference
- Object
Defined in:
libcrow/Field.crConstructors
Instance Method Summary
-
#hash(hasher)
See
Object#hash(hasher)
- #id : UInt32
- #id=(id : UInt32)
- #index : UInt8
- #index=(index : UInt8)
- #name : String
- #name=(name : String)
- #subid : UInt32
- #subid=(subid : UInt32)
-
#to_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
- #typeid : CrowType
- #typeid=(typeid : CrowType)
Constructor Detail
Instance Method Detail
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
.