Module: Symgate

Defined in:
lib/symgate/type.rb,
lib/symgate/error.rb,
lib/symgate/client.rb,
lib/symgate/version.rb,
lib/symgate/auth/user.rb,
lib/symgate/cml/symbol.rb,
lib/symgate/namespaces.rb,
lib/symgate/auth/client.rb,
lib/symgate/wordlist/info.rb,
lib/symgate/wordlist/entry.rb,
lib/symgate/metadata/client.rb,
lib/symgate/wordlist/client.rb,
lib/symgate/metadata/data_item.rb,
lib/symgate/wordlist/graphic_attachment.rb

Defined Under Namespace

Modules: Auth, Cml, Metadata, Wordlist Classes: Client, Error, Type

Constant Summary collapse

VERSION =
'0.4.1'.freeze
NAMESPACES =
{
  'xmlns:auth' => 'http://ws.widgit.com/schema/auth/1.2',
  'xmlns:wl' => 'http://ws.widgit.com/schema/wordlist/1.2',
  'xmlns:cml' => 'http://ws.widgit.com/schema/cml/2.0',
  'xmlns:gt' => 'http://ws.widgit.com/schema/globaltypes/1.2',
  'xmlns:symboliser' => 'http://ws.widgit.com/schema/symboliser/1.2'
}.freeze