Class: InvocaGems::Bundler::GitSource

Inherits:
Struct
  • Object
show all
Defined in:
lib/invoca_gems/bundler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/invoca_gems/bundler.rb', line 3

def name
  @name
end

#refObject

Returns the value of attribute ref

Returns:

  • (Object)

    the current value of ref



3
4
5
# File 'lib/invoca_gems/bundler.rb', line 3

def ref
  @ref
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



3
4
5
# File 'lib/invoca_gems/bundler.rb', line 3

def uri
  @uri
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



3
4
5
# File 'lib/invoca_gems/bundler.rb', line 3

def version
  @version
end