Class: OdfCore::Element::Db::DataSource
- Inherits:
-
AbstractElement
- Object
- AbstractElement
- OdfCore::Element::Db::DataSource
- Defined in:
- lib/odf_core/element/db/data_source.rb
Constant Summary collapse
- XML_ELEMENT_NAME =
'db:data-source'
- CHILDREN =
["db:application-connection-settings", "db:connection-data", "db:driver-settings"].freeze
- ATTRIBUTES =
[].freeze
Instance Attribute Summary
Attributes inherited from AbstractElement
Method Summary
Methods inherited from AbstractElement
#<<, #[], #[]=, attributes, children, #initialize, xml_element_name
Constructor Details
This class inherits a constructor from OdfCore::Element::AbstractElement