struct
Components::Examples::DataTableComponent::Row
- Components::Examples::DataTableComponent::Row
- Struct
- Value
- Object
Defined in:
components/examples/data_table_component.crConstructors
Instance Method Summary
- #amount : String
- #clone
- #copy_with(id _id = @id, title _title = @title, owner _owner = @owner, status _status = @status, state _state = @state, amount _amount = @amount)
- #id : String
- #owner : String
- #state : String
- #status : String
- #title : String
Constructor Detail
def self.new(id : String, title : String, owner : String, status : String, state : String, amount : String)
#
Instance Method Detail
def copy_with(id _id = @id, title _title = @title, owner _owner = @owner, status _status = @status, state _state = @state, amount _amount = @amount)
#