Class: TaliaCore::ActiveSourceParts::Xml::GenericReader::State
- Defined in:
- lib/talia_core/active_source_parts/xml/generic_reader.rb
Overview
Class for the current import state. This contains the XML element that is currently imported, and the hash with the attributes for the currently importing source. In the importer, the current State will be available as
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#element ⇒ Object
Returns the value of attribute element.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes.
73 74 75 |
# File 'lib/talia_core/active_source_parts/xml/generic_reader.rb', line 73 def attributes @attributes end |
#element ⇒ Object
Returns the value of attribute element.
73 74 75 |
# File 'lib/talia_core/active_source_parts/xml/generic_reader.rb', line 73 def element @element end |