struct Markdown::Event
- Markdown::Event
- Struct
- Value
- Object
Defined in:
types.crConstructors
Instance Method Summary
- #description : String | Nil
- #description=(description : String | Nil)
- #end_at : Time | Nil
- #end_at=(end_at : Time | Nil)
- #start_at : Time | Nil
- #start_at=(start_at : Time | Nil)
- #title : String | Nil
- #title=(title : String | Nil)
Constructor Detail
def self.new(title : Nil | String, description : Nil | String, start_at : Time | Nil, end_at : Time | Nil)
#