Class: Kanrisuru::Core::Zypper::Repo

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

Instance Attribute Summary collapse

Instance Attribute Details

#aliasObject

Returns the value of attribute alias

Returns:

  • (Object)

    the current value of alias



6
7
8
# File 'lib/kanrisuru/core/zypper/types.rb', line 6

def alias
  @alias
end

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



6
7
8
# File 'lib/kanrisuru/core/zypper/types.rb', line 6

def enabled
  @enabled
end

#gpg_checkObject

Returns the value of attribute gpg_check

Returns:

  • (Object)

    the current value of gpg_check



6
7
8
# File 'lib/kanrisuru/core/zypper/types.rb', line 6

def gpg_check
  @gpg_check
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/kanrisuru/core/zypper/types.rb', line 6

def name
  @name
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



6
7
8
# File 'lib/kanrisuru/core/zypper/types.rb', line 6

def number
  @number
end

#priorityObject

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



6
7
8
# File 'lib/kanrisuru/core/zypper/types.rb', line 6

def priority
  @priority
end

#refreshObject

Returns the value of attribute refresh

Returns:

  • (Object)

    the current value of refresh



6
7
8
# File 'lib/kanrisuru/core/zypper/types.rb', line 6

def refresh
  @refresh
end

#serviceObject

Returns the value of attribute service

Returns:

  • (Object)

    the current value of service



6
7
8
# File 'lib/kanrisuru/core/zypper/types.rb', line 6

def service
  @service
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



6
7
8
# File 'lib/kanrisuru/core/zypper/types.rb', line 6

def type
  @type
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



6
7
8
# File 'lib/kanrisuru/core/zypper/types.rb', line 6

def uri
  @uri
end