Class: Remi::Job::Transform::FieldMap

Inherits:
Struct
  • Object
show all
Defined in:
lib/remi/job/transform.rb

Instance Attribute Summary collapse

Instance Attribute Details

#field_from_toObject

Returns the value of attribute field_from_to

Returns:

  • (Object)

    the current value of field_from_to



19
20
21
# File 'lib/remi/job/transform.rb', line 19

def field_from_to
  @field_from_to
end

#from_subjectObject

Returns the value of attribute from_subject

Returns:

  • (Object)

    the current value of from_subject



19
20
21
# File 'lib/remi/job/transform.rb', line 19

def from_subject
  @from_subject
end

#to_subjectObject

Returns the value of attribute to_subject

Returns:

  • (Object)

    the current value of to_subject



19
20
21
# File 'lib/remi/job/transform.rb', line 19

def to_subject
  @to_subject
end