Class: Kanrisuru::Core::Zypper::Service

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



19
20
21
# File 'lib/kanrisuru/core/zypper/types.rb', line 19

def alias
  @alias
end

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



19
20
21
# File 'lib/kanrisuru/core/zypper/types.rb', line 19

def enabled
  @enabled
end

#gpg_checkObject

Returns the value of attribute gpg_check

Returns:

  • (Object)

    the current value of gpg_check



19
20
21
# File 'lib/kanrisuru/core/zypper/types.rb', line 19

def gpg_check
  @gpg_check
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



19
20
21
# File 'lib/kanrisuru/core/zypper/types.rb', line 19

def name
  @name
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



19
20
21
# File 'lib/kanrisuru/core/zypper/types.rb', line 19

def number
  @number
end

#priorityObject

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



19
20
21
# File 'lib/kanrisuru/core/zypper/types.rb', line 19

def priority
  @priority
end

#refreshObject

Returns the value of attribute refresh

Returns:

  • (Object)

    the current value of refresh



19
20
21
# File 'lib/kanrisuru/core/zypper/types.rb', line 19

def refresh
  @refresh
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



19
20
21
# File 'lib/kanrisuru/core/zypper/types.rb', line 19

def type
  @type
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



19
20
21
# File 'lib/kanrisuru/core/zypper/types.rb', line 19

def uri
  @uri
end