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



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

def alias
  @alias
end

#enabledObject

Returns the value of attribute 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



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



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

def name
  @name
end

#numberObject

Returns the value of attribute number



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

def number
  @number
end

#priorityObject

Returns the value of attribute priority



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

def priority
  @priority
end

#refreshObject

Returns the value of attribute refresh



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

def refresh
  @refresh
end

#serviceObject

Returns the value of attribute service



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

def service
  @service
end

#typeObject

Returns the value of attribute type



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

def type
  @type
end

#uriObject

Returns the value of attribute uri



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

def uri
  @uri
end