Class: RGen::Util::ModelComparatorBase::CompareSpec

Inherits:
Struct
  • Object
show all
Defined in:
lib/rgen/util/model_comparator_base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameObject

Returns the value of attribute display_name

Returns:

  • (Object)

    the current value of display_name



9
10
11
# File 'lib/rgen/util/model_comparator_base.rb', line 9

def display_name
  @display_name
end

#filterObject

Returns the value of attribute filter

Returns:

  • (Object)

    the current value of filter



9
10
11
# File 'lib/rgen/util/model_comparator_base.rb', line 9

def filter
  @filter
end

#identifierObject

Returns the value of attribute identifier

Returns:

  • (Object)

    the current value of identifier



9
10
11
# File 'lib/rgen/util/model_comparator_base.rb', line 9

def identifier
  @identifier
end

#ignore_featuresObject

Returns the value of attribute ignore_features

Returns:

  • (Object)

    the current value of ignore_features



9
10
11
# File 'lib/rgen/util/model_comparator_base.rb', line 9

def ignore_features
  @ignore_features
end

#recurseObject

Returns the value of attribute recurse

Returns:

  • (Object)

    the current value of recurse



9
10
11
# File 'lib/rgen/util/model_comparator_base.rb', line 9

def recurse
  @recurse
end

#sortObject

Returns the value of attribute sort

Returns:

  • (Object)

    the current value of sort



9
10
11
# File 'lib/rgen/util/model_comparator_base.rb', line 9

def sort
  @sort
end