Class: Kanrisuru::Core::Yum::Repolist
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Yum::Repolist
- Defined in:
- lib/kanrisuru/core/yum/types.rb
Instance Attribute Summary collapse
-
#available_packages ⇒ Object
Returns the value of attribute available_packages.
-
#baseurl ⇒ Object
Returns the value of attribute baseurl.
-
#expire ⇒ Object
Returns the value of attribute expire.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#filters ⇒ Object
Returns the value of attribute filters.
-
#id ⇒ Object
Returns the value of attribute id.
-
#metalink ⇒ Object
Returns the value of attribute metalink.
-
#mirrors ⇒ Object
Returns the value of attribute mirrors.
-
#name ⇒ Object
Returns the value of attribute name.
-
#packages ⇒ Object
Returns the value of attribute packages.
-
#repo_size ⇒ Object
Returns the value of attribute repo_size.
-
#revision ⇒ Object
Returns the value of attribute revision.
-
#status ⇒ Object
Returns the value of attribute status.
-
#updated ⇒ Object
Returns the value of attribute updated.
Instance Attribute Details
#available_packages ⇒ Object
Returns the value of attribute available_packages
23 24 25 |
# File 'lib/kanrisuru/core/yum/types.rb', line 23 def available_packages @available_packages end |
#baseurl ⇒ Object
Returns the value of attribute baseurl
23 24 25 |
# File 'lib/kanrisuru/core/yum/types.rb', line 23 def baseurl @baseurl end |
#expire ⇒ Object
Returns the value of attribute expire
23 24 25 |
# File 'lib/kanrisuru/core/yum/types.rb', line 23 def expire @expire end |
#filename ⇒ Object
Returns the value of attribute filename
23 24 25 |
# File 'lib/kanrisuru/core/yum/types.rb', line 23 def filename @filename end |
#filters ⇒ Object
Returns the value of attribute filters
23 24 25 |
# File 'lib/kanrisuru/core/yum/types.rb', line 23 def filters @filters end |
#id ⇒ Object
Returns the value of attribute id
23 24 25 |
# File 'lib/kanrisuru/core/yum/types.rb', line 23 def id @id end |
#metalink ⇒ Object
Returns the value of attribute metalink
23 24 25 |
# File 'lib/kanrisuru/core/yum/types.rb', line 23 def @metalink end |
#mirrors ⇒ Object
Returns the value of attribute mirrors
23 24 25 |
# File 'lib/kanrisuru/core/yum/types.rb', line 23 def mirrors @mirrors end |
#name ⇒ Object
Returns the value of attribute name
23 24 25 |
# File 'lib/kanrisuru/core/yum/types.rb', line 23 def name @name end |
#packages ⇒ Object
Returns the value of attribute packages
23 24 25 |
# File 'lib/kanrisuru/core/yum/types.rb', line 23 def packages @packages end |
#repo_size ⇒ Object
Returns the value of attribute repo_size
23 24 25 |
# File 'lib/kanrisuru/core/yum/types.rb', line 23 def repo_size @repo_size end |
#revision ⇒ Object
Returns the value of attribute revision
23 24 25 |
# File 'lib/kanrisuru/core/yum/types.rb', line 23 def revision @revision end |
#status ⇒ Object
Returns the value of attribute status
23 24 25 |
# File 'lib/kanrisuru/core/yum/types.rb', line 23 def status @status end |
#updated ⇒ Object
Returns the value of attribute updated
23 24 25 |
# File 'lib/kanrisuru/core/yum/types.rb', line 23 def updated @updated end |