Class: Bundler::Source

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

Overview

Represents a source of rubygems. Initially, this is only gem repositories, but eventually, this will be git, svn, HTTP

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ Source

Returns a new instance of Source.



9
# File 'lib/bundler/source.rb', line 9

def initialize(options) ; end

Instance Attribute Details

#localObject

Returns the value of attribute local.



7
8
9
# File 'lib/bundler/source.rb', line 7

def local
  @local
end

#repositoryObject

Returns the value of attribute repository.



7
8
9
# File 'lib/bundler/source.rb', line 7

def repository
  @repository
end