Class: RGen::ModelComparatorBase::CompareSpec

Inherits:
Struct
  • Object
show all
Defined in:
lib/rgen/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



7
8
9
# File 'lib/rgen/model_comparator_base.rb', line 7

def display_name
  @display_name
end

#filterObject

Returns the value of attribute filter

Returns:

  • (Object)

    the current value of filter



7
8
9
# File 'lib/rgen/model_comparator_base.rb', line 7

def filter
  @filter
end

#identifierObject

Returns the value of attribute identifier

Returns:

  • (Object)

    the current value of identifier



7
8
9
# File 'lib/rgen/model_comparator_base.rb', line 7

def identifier
  @identifier
end

#ignore_featuresObject

Returns the value of attribute ignore_features

Returns:

  • (Object)

    the current value of ignore_features



7
8
9
# File 'lib/rgen/model_comparator_base.rb', line 7

def ignore_features
  @ignore_features
end

#recurseObject

Returns the value of attribute recurse

Returns:

  • (Object)

    the current value of recurse



7
8
9
# File 'lib/rgen/model_comparator_base.rb', line 7

def recurse
  @recurse
end

#sortObject

Returns the value of attribute sort

Returns:

  • (Object)

    the current value of sort



7
8
9
# File 'lib/rgen/model_comparator_base.rb', line 7

def sort
  @sort
end