Class: Kanrisuru::Core::Yum::Repolist

Inherits:
Struct
  • Object
show all
Defined in:
lib/kanrisuru/core/yum/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#available_packagesObject

Returns the value of attribute available_packages

Returns:

  • (Object)

    the current value of available_packages



23
24
25
# File 'lib/kanrisuru/core/yum/types.rb', line 23

def available_packages
  @available_packages
end

#baseurlObject

Returns the value of attribute baseurl

Returns:

  • (Object)

    the current value of baseurl



23
24
25
# File 'lib/kanrisuru/core/yum/types.rb', line 23

def baseurl
  @baseurl
end

#expireObject

Returns the value of attribute expire

Returns:

  • (Object)

    the current value of expire



23
24
25
# File 'lib/kanrisuru/core/yum/types.rb', line 23

def expire
  @expire
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



23
24
25
# File 'lib/kanrisuru/core/yum/types.rb', line 23

def filename
  @filename
end

#filtersObject

Returns the value of attribute filters

Returns:

  • (Object)

    the current value of filters



23
24
25
# File 'lib/kanrisuru/core/yum/types.rb', line 23

def filters
  @filters
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



23
24
25
# File 'lib/kanrisuru/core/yum/types.rb', line 23

def id
  @id
end

Returns the value of attribute metalink

Returns:

  • (Object)

    the current value of metalink



23
24
25
# File 'lib/kanrisuru/core/yum/types.rb', line 23

def metalink
  @metalink
end

#mirrorsObject

Returns the value of attribute mirrors

Returns:

  • (Object)

    the current value of mirrors



23
24
25
# File 'lib/kanrisuru/core/yum/types.rb', line 23

def mirrors
  @mirrors
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



23
24
25
# File 'lib/kanrisuru/core/yum/types.rb', line 23

def name
  @name
end

#packagesObject

Returns the value of attribute packages

Returns:

  • (Object)

    the current value of packages



23
24
25
# File 'lib/kanrisuru/core/yum/types.rb', line 23

def packages
  @packages
end

#repo_sizeObject

Returns the value of attribute repo_size

Returns:

  • (Object)

    the current value of repo_size



23
24
25
# File 'lib/kanrisuru/core/yum/types.rb', line 23

def repo_size
  @repo_size
end

#revisionObject

Returns the value of attribute revision

Returns:

  • (Object)

    the current value of revision



23
24
25
# File 'lib/kanrisuru/core/yum/types.rb', line 23

def revision
  @revision
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



23
24
25
# File 'lib/kanrisuru/core/yum/types.rb', line 23

def status
  @status
end

#updatedObject

Returns the value of attribute updated

Returns:

  • (Object)

    the current value of updated



23
24
25
# File 'lib/kanrisuru/core/yum/types.rb', line 23

def updated
  @updated
end