completed 03/[00-07]
This commit is contained in:
@@ -29,6 +29,16 @@ pub mod ticket {
|
||||
status,
|
||||
}
|
||||
}
|
||||
pub fn title(self) -> String {
|
||||
self.title
|
||||
}
|
||||
pub fn description(self) -> String {
|
||||
self.description
|
||||
}
|
||||
|
||||
pub fn status(self) -> String {
|
||||
self.status
|
||||
}
|
||||
|
||||
// TODO: Add three public methods to the `Ticket` struct:
|
||||
// - `title` that returns the `title` field.
|
||||
|
||||
Reference in New Issue
Block a user