Class: Kanrisuru::Core::Apt::Source

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

Instance Attribute Summary collapse

Instance Attribute Details

#architectureObject

Returns the value of attribute architecture

Returns:

  • (Object)

    the current value of architecture



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

def architecture
  @architecture
end

#distObject

Returns the value of attribute dist

Returns:

  • (Object)

    the current value of dist



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

def dist
  @dist
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



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

def url
  @url
end