Class: Kanrisuru::Core::Zypper::Lock
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Zypper::Lock
- Defined in:
- lib/kanrisuru/core/zypper/types.rb
Instance Attribute Summary collapse
-
#matches ⇒ Object
Returns the value of attribute matches.
-
#name ⇒ Object
Returns the value of attribute name.
-
#number ⇒ Object
Returns the value of attribute number.
-
#repository ⇒ Object
Returns the value of attribute repository.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#matches ⇒ Object
Returns the value of attribute matches
79 80 81 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 79 def matches @matches end |
#name ⇒ Object
Returns the value of attribute name
79 80 81 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 79 def name @name end |
#number ⇒ Object
Returns the value of attribute number
79 80 81 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 79 def number @number end |
#repository ⇒ Object
Returns the value of attribute repository
79 80 81 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 79 def repository @repository end |
#type ⇒ Object
Returns the value of attribute type
79 80 81 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 79 def type @type end |