class Athena::MIME::Header::Date

Overview

Represents a date MIME Header.

Defined in:

header/date.cr

Constructors

Instance Method Summary

Instance methods inherited from class Athena::MIME::Header::Abstract(Time)

body : T body, body=(body : T) body=, charset : String charset, charset=(charset : String) charset=, clone clone, lang : String | Nil lang, lang=(lang : String | Nil) lang=, max_line_length : Int32 max_line_length, max_line_length=(max_line_length : Int32) max_line_length=, name : String name

Constructor methods inherited from class Athena::MIME::Header::Abstract(Time)

new(name : String) new

Instance methods inherited from module Athena::MIME::Header::Interface

body body, body=(body) body=, body_to_s : String body_to_s, max_line_length : Int32 max_line_length, max_line_length=(max_line_length : Int32) max_line_length=, name : String name, to_s(io : IO) : Nil to_s

Constructor Detail

def self.new(name : String, value : Time) #

[View source]

Instance Method Detail

def body : Time #

Returns the body of this header.


[View source]
def body=(body : Time) #

Sets the body of this header.


[View source]