Class: MultiGit::Symlink::Builder

Inherits:
TreeEntry::Builder show all
Includes:
Base
Defined in:
lib/multi_git/symlink.rb

Instance Attribute Summary

Attributes inherited from TreeEntry::Builder

#object

Attributes included from TreeEntry::Base

#name, #parent

Instance Method Summary collapse

Methods included from Base

#resolve, #target

Methods inherited from TreeEntry::Builder

#>>

Methods included from TreeEntry::Base

#mode, #path, #with_parent

Methods included from Utils::AbstractMethods

#abstract

Methods included from Walkable

#walk

Methods included from Builder

#>>, #to_builder

Instance Method Details

#target=(t) ⇒ Object



21
22
23
# File 'lib/multi_git/symlink.rb', line 21

def target=(t)
  object.content = t
end