Class: BulkReplace::Replacement
- Inherits:
-
Data
- Object
- Data
- BulkReplace::Replacement
- Defined in:
- lib/bulk_replace/replacement.rb
Instance Attribute Summary collapse
-
#from ⇒ Object
readonly
Returns the value of attribute from.
-
#to ⇒ Object
readonly
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ Object (readonly)
Returns the value of attribute from
4 5 6 |
# File 'lib/bulk_replace/replacement.rb', line 4 def from @from end |
#to ⇒ Object (readonly)
Returns the value of attribute to
4 5 6 |
# File 'lib/bulk_replace/replacement.rb', line 4 def to @to end |