Class: Lutaml::Xml::NamespaceInheritanceResolver::InheritanceResult
- Inherits:
-
Struct
- Object
- Struct
- Lutaml::Xml::NamespaceInheritanceResolver::InheritanceResult
- Defined in:
- lib/lutaml/xml/namespace_inheritance_resolver.rb
Overview
Result of inheritance resolution
Instance Attribute Summary collapse
-
#declared_at ⇒ Object
Returns the value of attribute declared_at.
-
#format ⇒ Object
Returns the value of attribute format.
-
#prefix_override ⇒ Object
Returns the value of attribute prefix_override.
-
#should_declare ⇒ Object
Returns the value of attribute should_declare.
Instance Attribute Details
#declared_at ⇒ Object
Returns the value of attribute declared_at
17 18 19 |
# File 'lib/lutaml/xml/namespace_inheritance_resolver.rb', line 17 def declared_at @declared_at end |
#format ⇒ Object
Returns the value of attribute format
17 18 19 |
# File 'lib/lutaml/xml/namespace_inheritance_resolver.rb', line 17 def format @format end |
#prefix_override ⇒ Object
Returns the value of attribute prefix_override
17 18 19 |
# File 'lib/lutaml/xml/namespace_inheritance_resolver.rb', line 17 def prefix_override @prefix_override end |
#should_declare ⇒ Object
Returns the value of attribute should_declare
17 18 19 |
# File 'lib/lutaml/xml/namespace_inheritance_resolver.rb', line 17 def should_declare @should_declare end |