Class: TextMateBundleManager::Bundle

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(options = {}) ⇒ Bundle

Returns a new instance of Bundle.



8
9
10
11
# File 'lib/textmate/bundle.rb', line 8

def initialize(options={})
  @name=options[:name]
  @repository = options[:repository]
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



7
8
9
# File 'lib/textmate/bundle.rb', line 7

def name
  @name
end

#repositoryObject

Returns the value of attribute repository.



7
8
9
# File 'lib/textmate/bundle.rb', line 7

def repository
  @repository
end