Open Sidebar
Close Sidebar
toml
0.1.2
TOML
ArrayOfTablesLine
ArrayValue
BlankLine
BooleanValue
CommentLine
Document
FloatValue
HashBuilder
InlineTableValue
IntegerValue
Key
KeyPart
KeyValueLine
Lexer
LocalDateTimeValue
LocalDateValue
LocalTimeValue
Node
OffsetDateTimeValue
ParseError
Parser
StringValue
Kind
TableHeaderLine
TestFormat
Tree
Token
TokenKind
Type
Value
ValueDecoder
class
TOML::
LocalDateValue
TOML::LocalDateValue
TOML::Value
Reference
Object
Overview
1979-05-27
. Stored as a
Time
at midnight UTC.
Defined in:
toml/value.cr
Constructors
.new
(raw : String, date : Time)
Instance Method Summary
#date
: Time
Instance methods inherited from class
TOML::Value
raw : String
raw
,
to_toml(io : IO) : Nil
to_toml
Constructor methods inherited from class
TOML::Value
new(raw : String)
new
Constructor Detail
def self.
new
(raw : String, date : Time)
#
[
View source
]
Instance Method Detail
def
date
: Time
#
[
View source
]