Class: InvocaGems::Bundler::PathSource
- Inherits:
-
Struct
- Object
- Struct
- InvocaGems::Bundler::PathSource
- Defined in:
- lib/invoca_gems/bundler.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/invoca_gems/bundler.rb', line 10 def name @name end |
#path ⇒ Object
Returns the value of attribute path
10 11 12 |
# File 'lib/invoca_gems/bundler.rb', line 10 def path @path end |
#version ⇒ Object
Returns the value of attribute version
10 11 12 |
# File 'lib/invoca_gems/bundler.rb', line 10 def version @version end |