Class: TextMateBundleManager::RemoteRepository

Inherits:
Repository
  • Object
show all
Defined in:
lib/textmate/repository.rb

Direct Known Subclasses

SVNRepository

Instance Attribute Summary collapse

Attributes inherited from Repository

#bundles

Instance Method Summary collapse

Constructor Details

#initialize(options = {}) ⇒ RemoteRepository

Returns a new instance of RemoteRepository.



21
22
23
24
# File 'lib/textmate/repository.rb', line 21

def initialize(options={})
  super(options)
  @location = options[:location]
end

Instance Attribute Details

#locationObject

Returns the value of attribute location.



20
21
22
# File 'lib/textmate/repository.rb', line 20

def location
  @location
end