Class: Kanrisuru::Core::Zypper::Repo
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Zypper::Repo
- Defined in:
- lib/kanrisuru/core/zypper/types.rb
Instance Attribute Summary collapse
-
#alias ⇒ Object
Returns the value of attribute alias.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#gpg_check ⇒ Object
Returns the value of attribute gpg_check.
-
#name ⇒ Object
Returns the value of attribute name.
-
#number ⇒ Object
Returns the value of attribute number.
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#refresh ⇒ Object
Returns the value of attribute refresh.
-
#service ⇒ Object
Returns the value of attribute service.
-
#type ⇒ Object
Returns the value of attribute type.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#alias ⇒ Object
Returns the value of attribute alias
6 7 8 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 6 def alias @alias end |
#enabled ⇒ Object
Returns the value of attribute enabled
6 7 8 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 6 def enabled @enabled end |
#gpg_check ⇒ Object
Returns the value of attribute gpg_check
6 7 8 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 6 def gpg_check @gpg_check end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 6 def name @name end |
#number ⇒ Object
Returns the value of attribute number
6 7 8 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 6 def number @number end |
#priority ⇒ Object
Returns the value of attribute priority
6 7 8 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 6 def priority @priority end |
#refresh ⇒ Object
Returns the value of attribute refresh
6 7 8 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 6 def refresh @refresh end |
#service ⇒ Object
Returns the value of attribute service
6 7 8 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 6 def service @service end |
#type ⇒ Object
Returns the value of attribute type
6 7 8 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 6 def type @type end |
#uri ⇒ Object
Returns the value of attribute uri
6 7 8 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 6 def uri @uri end |