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



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

def attributes
  @attributes
end

#cleanersObject

Returns the value of attribute cleaners

Returns:

  • (Object)

    the current value of cleaners



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

def cleaners
  @cleaners
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



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

def params
  @params
end