struct Components::Examples::TimelineComponent::Milestone

Defined in:

components/examples/timeline_component.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(date : String, title : String, body : String) #

[View source]

Instance Method Detail

def body : String #

def clone #

[View source]
def copy_with(date _date = @date, title _title = @title, body _body = @body) #

[View source]
def date : String #

def title : String #