Class: BatchRename::Editor::EditorBase

Inherits:
Object
  • Object
show all
Defined in:
lib/batch_rename/editor/editor_base.rb

Direct Known Subclasses

DiffMerge

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#captionObject (readonly)

Returns the value of attribute caption.



5
6
7
# File 'lib/batch_rename/editor/editor_base.rb', line 5

def caption
  @caption
end

#catalogsObject (readonly)

Returns the value of attribute catalogs.



5
6
7
# File 'lib/batch_rename/editor/editor_base.rb', line 5

def catalogs
  @catalogs
end

Instance Method Details

#resultObject



7
8
9
# File 'lib/batch_rename/editor/editor_base.rb', line 7

def result
  @result ||= Editor::Result.new(catalogs)
end