class BatchRename::Editor::EditorBase
Attributes
caption[R]
catalogs[R]
Public Class Methods
new(catalogs, caption = nil)
click to toggle source
# File lib/batch_rename/editor/editor_base.rb, line 13 def initialize(catalogs, caption = nil) @catalogs = catalogs @caption = caption end
Public Instance Methods
result()
click to toggle source
# File lib/batch_rename/editor/editor_base.rb, line 7 def result @result ||= Editor::Result.new(catalogs) end