Class: DelegateCached::Installer
- Inherits:
-
Object
- Object
- DelegateCached::Installer
- Defined in:
- lib/delegate_cached/installer.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#target ⇒ Object
readonly
Returns the value of attribute target.
Instance Method Summary collapse
-
#initialize(source, target, options) ⇒ Installer
constructor
A new instance of Installer.
Constructor Details
#initialize(source, target, options) ⇒ Installer
Returns a new instance of Installer.
5 6 7 8 9 |
# File 'lib/delegate_cached/installer.rb', line 5 def initialize(source, target, ) @source = source @target = target = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
3 4 5 |
# File 'lib/delegate_cached/installer.rb', line 3 def end |
#source ⇒ Object (readonly)
Returns the value of attribute source.
3 4 5 |
# File 'lib/delegate_cached/installer.rb', line 3 def source @source end |
#target ⇒ Object (readonly)
Returns the value of attribute target.
3 4 5 |
# File 'lib/delegate_cached/installer.rb', line 3 def target @target end |