Method: Frodo::Schema#namespace

Defined in:
lib/frodo/schema.rb

#namespaceString

Returns the schema’s ‘Namespace` attribute (mandatory).

Returns:

  • (String)


23
24
25
# File 'lib/frodo/schema.rb', line 23

def namespace
  @namespace ||= .attributes['Namespace'].value
end