Class: Ea::Export::Xsd::NamespaceRegistry::Namespace

Inherits:
Struct
  • Object
show all
Defined in:
lib/ea/export/xsd/namespace_registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#prefixObject

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



26
27
28
# File 'lib/ea/export/xsd/namespace_registry.rb', line 26

def prefix
  @prefix
end

#target_namespaceObject

Returns the value of attribute target_namespace

Returns:

  • (Object)

    the current value of target_namespace



26
27
28
# File 'lib/ea/export/xsd/namespace_registry.rb', line 26

def target_namespace
  @target_namespace
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



26
27
28
# File 'lib/ea/export/xsd/namespace_registry.rb', line 26

def version
  @version
end

#xsd_documentObject

Returns the value of attribute xsd_document

Returns:

  • (Object)

    the current value of xsd_document



26
27
28
# File 'lib/ea/export/xsd/namespace_registry.rb', line 26

def xsd_document
  @xsd_document
end