Module: GimmeGimme::FakeCimServer::RequestParser

Included in:
CustomerPaymentProfile, CustomerProfile, Transaction
Defined in:
lib/generators/gimme_gimme/test_support/templates/testing/fake_cim_server.rb

Instance Method Summary collapse

Instance Method Details

#at(xpath) ⇒ Object



162
163
164
# File 'lib/generators/gimme_gimme/test_support/templates/testing/fake_cim_server.rb', line 162

def at(xpath)
  @document.at(xpath).try(:text)
end