Class: Kanrisuru::Core::Zypper::SearchResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#architectureObject

Returns the value of attribute architecture

Returns:

  • (Object)

    the current value of architecture



31
32
33
# File 'lib/kanrisuru/core/zypper/types.rb', line 31

def architecture
  @architecture
end

#packageObject

Returns the value of attribute package

Returns:

  • (Object)

    the current value of package



31
32
33
# File 'lib/kanrisuru/core/zypper/types.rb', line 31

def package
  @package
end

#repositoryObject

Returns the value of attribute repository

Returns:

  • (Object)

    the current value of repository



31
32
33
# File 'lib/kanrisuru/core/zypper/types.rb', line 31

def repository
  @repository
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



31
32
33
# File 'lib/kanrisuru/core/zypper/types.rb', line 31

def status
  @status
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



31
32
33
# File 'lib/kanrisuru/core/zypper/types.rb', line 31

def type
  @type
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



31
32
33
# File 'lib/kanrisuru/core/zypper/types.rb', line 31

def version
  @version
end