Module: Akami

Defined in:
lib/akami/core_ext/hash.rb,
lib/akami.rb,
lib/akami/wsse.rb,
lib/akami/version.rb,
lib/akami/wsse/certs.rb,
lib/akami/c14n_helper.rb,
lib/akami/xpath_helper.rb,
lib/akami/wsse/signature.rb,
lib/akami/wsse/verify_signature.rb

Overview

NOTE: This could probably be removed, but I don’t have the time at the moment

determine that.  It is used by signature.rb, and these methods used to 
be in Savon.

Defined Under Namespace

Modules: C14nHelper, CoreExt, XPathHelper Classes: WSSE

Constant Summary collapse

VERSION =
'1.3.1'

Class Method Summary collapse

Class Method Details

.wsseObject

Returns a new Akami::WSSE.



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

def self.wsse
  WSSE.new
end