class Syncplay::Version

Defined in:

syncplay/syncplay_protocol.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(major : UInt16, minor : UInt16, patch : UInt16) #

[View source]
def self.new(version : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def major : UInt16 #

[View source]
def minor : UInt16 #

[View source]
def patch : UInt16 #

[View source]
def to_json(json : JSON::Builder) #

[View source]