Class: Subversion::Diff

Inherits:
Object show all
Defined in:
lib/svn-command/subversion.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#diffObject (readonly)

Returns the value of attribute diff.



539
540
541
# File 'lib/svn-command/subversion.rb', line 539

def diff
  @diff
end

#filenameObject (readonly)

Returns the value of attribute filename.



539
540
541
# File 'lib/svn-command/subversion.rb', line 539

def filename
  @filename
end

Instance Method Details

#filename_prettyObject



543
544
545
# File 'lib/svn-command/subversion.rb', line 543

def filename_pretty
  filename.ljust(100).black_on_white
end