Method: Frodo::Schema#namespace
- Defined in:
- lib/frodo/schema.rb
#namespace ⇒ String
Returns the schema’s ‘Namespace` attribute (mandatory).
23 24 25 |
# File 'lib/frodo/schema.rb', line 23 def namespace @namespace ||= .attributes['Namespace'].value end |