Class: RoadForest::Testing::BeEquivalentGraph::Info

Inherits:
Struct
  • Object
show all
Defined in:
lib/roadforest/test-support/matchers.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aboutObject

Returns the value of attribute about

Returns:

  • (Object)

    the current value of about



54
55
56
# File 'lib/roadforest/test-support/matchers.rb', line 54

def about
  @about
end

#compareObject

Returns the value of attribute compare

Returns:

  • (Object)

    the current value of compare



54
55
56
# File 'lib/roadforest/test-support/matchers.rb', line 54

def compare
  @compare
end

#expectedResultsObject

Returns the value of attribute expectedResults

Returns:

  • (Object)

    the current value of expectedResults



54
55
56
# File 'lib/roadforest/test-support/matchers.rb', line 54

def expectedResults
  @expectedResults
end

#formatObject

Returns the value of attribute format

Returns:

  • (Object)

    the current value of format



54
55
56
# File 'lib/roadforest/test-support/matchers.rb', line 54

def format
  @format
end

#inputDocumentObject

Returns the value of attribute inputDocument

Returns:

  • (Object)

    the current value of inputDocument



54
55
56
# File 'lib/roadforest/test-support/matchers.rb', line 54

def inputDocument
  @inputDocument
end

#numObject

Returns the value of attribute num

Returns:

  • (Object)

    the current value of num



54
55
56
# File 'lib/roadforest/test-support/matchers.rb', line 54

def num
  @num
end

#outputDocumentObject

Returns the value of attribute outputDocument

Returns:

  • (Object)

    the current value of outputDocument



54
55
56
# File 'lib/roadforest/test-support/matchers.rb', line 54

def outputDocument
  @outputDocument
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



54
55
56
# File 'lib/roadforest/test-support/matchers.rb', line 54

def title
  @title
end

#traceObject

Returns the value of attribute trace

Returns:

  • (Object)

    the current value of trace



54
55
56
# File 'lib/roadforest/test-support/matchers.rb', line 54

def trace
  @trace
end