Class: Ea::Export::Xsd::NamespaceRegistry::Namespace
- Inherits:
-
Struct
- Object
- Struct
- Ea::Export::Xsd::NamespaceRegistry::Namespace
- Defined in:
- lib/ea/export/xsd/namespace_registry.rb
Instance Attribute Summary collapse
-
#prefix ⇒ Object
Returns the value of attribute prefix.
-
#target_namespace ⇒ Object
Returns the value of attribute target_namespace.
-
#version ⇒ Object
Returns the value of attribute version.
-
#xsd_document ⇒ Object
Returns the value of attribute xsd_document.
Instance Attribute Details
#prefix ⇒ Object
Returns the value of attribute prefix
26 27 28 |
# File 'lib/ea/export/xsd/namespace_registry.rb', line 26 def prefix @prefix end |
#target_namespace ⇒ Object
Returns the value of attribute target_namespace
26 27 28 |
# File 'lib/ea/export/xsd/namespace_registry.rb', line 26 def target_namespace @target_namespace end |
#version ⇒ Object
Returns the value of attribute version
26 27 28 |
# File 'lib/ea/export/xsd/namespace_registry.rb', line 26 def version @version end |
#xsd_document ⇒ Object
Returns the value of attribute xsd_document
26 27 28 |
# File 'lib/ea/export/xsd/namespace_registry.rb', line 26 def xsd_document @xsd_document end |