Class: Kanrisuru::Core::Zypper::Service
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Zypper::Service
- 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.
-
#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
19 20 21 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 19 def alias @alias end |
#enabled ⇒ Object
Returns the value of attribute enabled
19 20 21 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 19 def enabled @enabled end |
#gpg_check ⇒ Object
Returns the value of attribute gpg_check
19 20 21 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 19 def gpg_check @gpg_check end |
#name ⇒ Object
Returns the value of attribute name
19 20 21 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 19 def name @name end |
#number ⇒ Object
Returns the value of attribute number
19 20 21 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 19 def number @number end |
#priority ⇒ Object
Returns the value of attribute priority
19 20 21 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 19 def priority @priority end |
#refresh ⇒ Object
Returns the value of attribute refresh
19 20 21 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 19 def refresh @refresh end |
#type ⇒ Object
Returns the value of attribute type
19 20 21 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 19 def type @type end |
#uri ⇒ Object
Returns the value of attribute uri
19 20 21 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 19 def uri @uri end |