Method: ESBify::Parser#expectations

Defined in:
lib/ESBify/parser.rb

#expectationsObject

After parsing contains the xml representation of all expectations.



28
29
30
# File 'lib/ESBify/parser.rb', line 28

def expectations
  @expectation.to_xml
end