Class: Kanrisuru::Core::Zypper::Lock

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

Instance Attribute Summary collapse

Instance Attribute Details

#matchesObject

Returns the value of attribute matches

Returns:

  • (Object)

    the current value of matches



79
80
81
# File 'lib/kanrisuru/core/zypper/types.rb', line 79

def matches
  @matches
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



79
80
81
# File 'lib/kanrisuru/core/zypper/types.rb', line 79

def name
  @name
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



79
80
81
# File 'lib/kanrisuru/core/zypper/types.rb', line 79

def number
  @number
end

#repositoryObject

Returns the value of attribute repository

Returns:

  • (Object)

    the current value of repository



79
80
81
# File 'lib/kanrisuru/core/zypper/types.rb', line 79

def repository
  @repository
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



79
80
81
# File 'lib/kanrisuru/core/zypper/types.rb', line 79

def type
  @type
end