struct Components::Examples::DataTableComponent::Row

Defined in:

components/examples/data_table_component.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, title : String, owner : String, status : String, state : String, amount : String) #

[View source]

Instance Method Detail

def amount : String #

def clone #

[View source]
def copy_with(id _id = @id, title _title = @title, owner _owner = @owner, status _status = @status, state _state = @state, amount _amount = @amount) #

[View source]
def id : String #

def owner : String #

def state : String #

def status : String #

def title : String #