Class: Kanrisuru::Core::Yum::PackageSearchResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#architectureObject

Returns the value of attribute architecture

Returns:

  • (Object)

    the current value of architecture



7
8
9
# File 'lib/kanrisuru/core/yum/types.rb', line 7

def architecture
  @architecture
end

#packageObject

Returns the value of attribute package

Returns:

  • (Object)

    the current value of package



7
8
9
# File 'lib/kanrisuru/core/yum/types.rb', line 7

def package
  @package
end

#summaryObject

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



7
8
9
# File 'lib/kanrisuru/core/yum/types.rb', line 7

def summary
  @summary
end