Method: Rugged::Repository::Attributes#initialize

Defined in:
lib/rugged/attributes.rb

#initialize(repository, path, options = {}) ⇒ Attributes

Returns a new instance of Attributes.

[View source]

27
28
29
30
31
# File 'lib/rugged/attributes.rb', line 27

def initialize(repository, path, options = {})
  @repository = repository
  @path = path
  @load_flags = Attributes.parse_opts(options)
end