Class: TextMateBundleManager::RemoteRepository
- Inherits:
-
Repository
- Object
- Array
- Repository
- TextMateBundleManager::RemoteRepository
- Defined in:
- lib/textmate/repository.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#location ⇒ Object
Returns the value of attribute location.
Attributes inherited from Repository
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ RemoteRepository
constructor
A new instance of RemoteRepository.
Constructor Details
#initialize(options = {}) ⇒ RemoteRepository
Returns a new instance of RemoteRepository.
21 22 23 24 |
# File 'lib/textmate/repository.rb', line 21 def initialize(={}) super() @location = [:location] end |
Instance Attribute Details
#location ⇒ Object
Returns the value of attribute location.
20 21 22 |
# File 'lib/textmate/repository.rb', line 20 def location @location end |