Class: TextMateBundleManager::Bundle
- Inherits:
-
Object
- Object
- TextMateBundleManager::Bundle
- Defined in:
- lib/textmate/bundle.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#repository ⇒ Object
Returns the value of attribute repository.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Bundle
constructor
A new instance of Bundle.
Constructor Details
#initialize(options = {}) ⇒ Bundle
Returns a new instance of Bundle.
8 9 10 11 |
# File 'lib/textmate/bundle.rb', line 8 def initialize(={}) @name=[:name] @repository = [:repository] end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/textmate/bundle.rb', line 7 def name @name end |
#repository ⇒ Object
Returns the value of attribute repository.
7 8 9 |
# File 'lib/textmate/bundle.rb', line 7 def repository @repository end |