class Crow::RowValue
- Crow::RowValue
- Reference
- Object
Defined in:
libcrow/Decoder.crConstructors
Instance Method Summary
- #field : Field
- #field=(field : Field)
- #flags : UInt8
- #flags=(flags : UInt8)
-
#to_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
- #value : String | Int8 | Int16 | Int32 | Int64 | UInt8 | UInt16 | UInt32 | UInt64 | Float32 | Float64 | Bytes
- #value=(value : String | Int8 | Int16 | Int32 | Int64 | UInt8 | UInt16 | UInt32 | UInt64 | Float32 | Float64 | Bytes)
- #value_to_s(value : Bytes)
- #value_to_s(value : String)
- #value_to_s(value : Float32 | Float64 | Int16 | Int32 | Int64 | Int8 | String | UInt16 | UInt32 | UInt64 | UInt8)
Constructor Detail
def self.new(value : Float32 | Float64 | Int16 | Int32 | Int64 | Int8 | Slice(UInt8) | String | UInt16 | UInt32 | UInt64 | UInt8, field : Crow::Field, flags : UInt8)
#
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
.
def value : String | Int8 | Int16 | Int32 | Int64 | UInt8 | UInt16 | UInt32 | UInt64 | Float32 | Float64 | Bytes
#
def value=(value : String | Int8 | Int16 | Int32 | Int64 | UInt8 | UInt16 | UInt32 | UInt64 | Float32 | Float64 | Bytes)
#
def value_to_s(value : Float32 | Float64 | Int16 | Int32 | Int64 | Int8 | String | UInt16 | UInt32 | UInt64 | UInt8)
#