class RPM::SourceBase

Direct Known Subclasses

Defined in:

rpm/source.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(fullname, number, no = false) #

[View source]

Instance Method Detail

def filename #

[View source]
def fullname : String #

[View source]
def fullname=(fullname : String) #

[View source]
def no=(no) #

[View source]
def no? : Bool #

[View source]
def number : Int32 #

[View source]
def number=(number : Int32) #

[View source]
def to_s : String #
Description copied from class Object

Returns a string representation of this object.

Descendants must usually not override this method. Instead, they must override to_s(io), which must append to the given IO object.


[View source]