class DelegateCached::Installer

Attributes

options[R]
source[R]
target[R]

Public Class Methods

new(source, target, options) click to toggle source
# File lib/delegate_cached/installer.rb, line 5
def initialize(source, target, options)
  @source = source
  @target = target
  @options = options
end