struct Components::Examples::CarouselComponent::Slide

Defined in:

components/examples/carousel_component.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def body : String #

def clone #

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

[View source]
def title : String #

def tone : String #