struct Id3::V2::Frame::OldFlags

Defined in:

id3/v2/flags.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(status : OldStatusFlags, format : OldFormatFlags) #

[View source]
def self.new(s : UInt8, f : UInt8) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(status _status = @status, format _format = @format) #

[View source]
def format : OldFormatFlags #

def pretty_print(pp : PrettyPrint) #
Description copied from class Object

Pretty prints self into the given printer.

By default appends a text that is the result of invoking #inspect on self. Subclasses should override for custom pretty printing.


[View source]
def status : OldStatusFlags #