Class: Gem::Release::Context::Paths
- Inherits:
-
Struct
- Object
- Struct
- Gem::Release::Context::Paths
- Defined in:
- lib/gem/release/context/paths.rb
Defined Under Namespace
Classes: Base, ByGemspecs, ByNames
Instance Attribute Summary collapse
-
#names ⇒ Object
Returns the value of attribute names.
-
#opts ⇒ Object
Returns the value of attribute opts.
Instance Attribute Details
#names ⇒ Object
Returns the value of attribute names
6 7 8 |
# File 'lib/gem/release/context/paths.rb', line 6 def names @names end |
#opts ⇒ Object
Returns the value of attribute opts
6 7 8 |
# File 'lib/gem/release/context/paths.rb', line 6 def opts @opts end |