Class: InvocaGems::Bundler::GitSource
- Inherits:
-
Struct
- Object
- Struct
- InvocaGems::Bundler::GitSource
- Defined in:
- lib/invoca_gems/bundler.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#uri ⇒ Object
Returns the value of attribute uri.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/invoca_gems/bundler.rb', line 3 def name @name end |
#ref ⇒ Object
Returns the value of attribute ref
3 4 5 |
# File 'lib/invoca_gems/bundler.rb', line 3 def ref @ref end |
#uri ⇒ Object
Returns the value of attribute uri
3 4 5 |
# File 'lib/invoca_gems/bundler.rb', line 3 def uri @uri end |
#version ⇒ Object
Returns the value of attribute version
3 4 5 |
# File 'lib/invoca_gems/bundler.rb', line 3 def version @version end |