Class: Lutaml::Xml::NamespaceInheritanceResolver::InheritanceResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/lutaml/xml/namespace_inheritance_resolver.rb

Overview

Result of inheritance resolution

Instance Attribute Summary collapse

Instance Attribute Details

#declared_atObject

Returns the value of attribute declared_at

Returns:

  • (Object)

    the current value of declared_at



17
18
19
# File 'lib/lutaml/xml/namespace_inheritance_resolver.rb', line 17

def declared_at
  @declared_at
end

#formatObject

Returns the value of attribute format

Returns:

  • (Object)

    the current value of format



17
18
19
# File 'lib/lutaml/xml/namespace_inheritance_resolver.rb', line 17

def format
  @format
end

#prefix_overrideObject

Returns the value of attribute prefix_override

Returns:

  • (Object)

    the current value of prefix_override



17
18
19
# File 'lib/lutaml/xml/namespace_inheritance_resolver.rb', line 17

def prefix_override
  @prefix_override
end

#should_declareObject

Returns the value of attribute should_declare

Returns:

  • (Object)

    the current value of should_declare



17
18
19
# File 'lib/lutaml/xml/namespace_inheritance_resolver.rb', line 17

def should_declare
  @should_declare
end