Class: Remi::Job::Transform::FieldMap
- Inherits:
-
Struct
- Object
- Struct
- Remi::Job::Transform::FieldMap
- Defined in:
- lib/remi/job/transform.rb
Instance Attribute Summary collapse
-
#field_from_to ⇒ Object
Returns the value of attribute field_from_to.
-
#from_subject ⇒ Object
Returns the value of attribute from_subject.
-
#to_subject ⇒ Object
Returns the value of attribute to_subject.
Instance Attribute Details
#field_from_to ⇒ Object
Returns the value of attribute field_from_to
19 20 21 |
# File 'lib/remi/job/transform.rb', line 19 def field_from_to @field_from_to end |
#from_subject ⇒ Object
Returns the value of attribute from_subject
19 20 21 |
# File 'lib/remi/job/transform.rb', line 19 def from_subject @from_subject end |
#to_subject ⇒ Object
Returns the value of attribute to_subject
19 20 21 |
# File 'lib/remi/job/transform.rb', line 19 def to_subject @to_subject end |