Class: DataCleansing::Cleanse::DataCleansingCleaner

Inherits:
Struct
  • Object
show all
Defined in:
lib/data_cleansing/cleanse.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attributesObject

Returns the value of attribute attributes

Returns:

  • (Object)

    the current value of attributes



5
6
7
# File 'lib/data_cleansing/cleanse.rb', line 5

def attributes
  @attributes
end

#cleanersObject

Returns the value of attribute cleaners

Returns:

  • (Object)

    the current value of cleaners



5
6
7
# File 'lib/data_cleansing/cleanse.rb', line 5

def cleaners
  @cleaners
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



5
6
7
# File 'lib/data_cleansing/cleanse.rb', line 5

def params
  @params
end