Class: Kanrisuru::Core::Apt::Source
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Apt::Source
- Defined in:
- lib/kanrisuru/core/apt/types.rb
Instance Attribute Summary collapse
-
#architecture ⇒ Object
Returns the value of attribute architecture.
-
#dist ⇒ Object
Returns the value of attribute dist.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#architecture ⇒ Object
Returns the value of attribute architecture
6 7 8 |
# File 'lib/kanrisuru/core/apt/types.rb', line 6 def architecture @architecture end |
#dist ⇒ Object
Returns the value of attribute dist
6 7 8 |
# File 'lib/kanrisuru/core/apt/types.rb', line 6 def dist @dist end |
#url ⇒ Object
Returns the value of attribute url
6 7 8 |
# File 'lib/kanrisuru/core/apt/types.rb', line 6 def url @url end |