Autobot::Session::Metadata
Inherits JSON::Serializable < Struct < Value < Object
Session metadata stored as first line in JSONL file.
Constructors
new(pull : JSON::PullParser)
Sourcenew(created_at : String = Time.utc.to_rfc3339, updated_at : String = Time.utc.to_rfc3339, metadata : Hash(String, JSON::Any) = {} of String => JSON::Any)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
created_at
Sourcemetadata
Sourcetype
Sourceupdated_at
Source