struct Id3::V2::Version

Defined in:

id3/v2.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(major : UInt8, minor : UInt8) #

[View source]
def self.new(major : UInt8, minor : UInt8) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(major _major = @major, minor _minor = @minor) #

[View source]
def inspect(io) #

[View source]
def major : UInt8 #

def minor : UInt8 #