struct Boleite::Version
- Boleite::Version
- Struct
- Value
- Object
Extended Modules
Defined in:
boleite/serializers/version.crboleite/version.cr
Constructors
Instance Method Summary
- #major : UInt8
- #major=(major : UInt8)
- #minor : UInt8
- #minor=(minor : UInt8)
- #patch : UInt8
- #patch=(patch : UInt8)
- #to_s(io)
-
#to_s
Returns a nicely readable and concise string representation of this object, typically intended for users.