Tag

com.bilalfazlani.swiftbar4s.models.Tag
See theTag companion object
sealed trait Tag(content: String, tagName: String)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class AboutUrl
class Author
class Dependencies
class Description
object HideAbout.type
object HideDisablePlugin.type
object HideLastUpdated.type
object HideRunInTerminal.type
object HideSwiftBar.type
class ImageUrl
class Title
class Version
Show all

Members list

Value members

Concrete methods

override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any