Class: OdfCore::Element::Db::ServerDatabase

Inherits:
AbstractElement show all
Defined in:
lib/odf_core/element/db/server_database.rb

Constant Summary collapse

XML_ELEMENT_NAME =
'db:server-database'
CHILDREN =
[].freeze
ATTRIBUTES =
[
  "db:database-name",
  "db:hostname",
  "db:local-socket",
  "db:port",
  "db:type",
].freeze

Instance Attribute Summary

Attributes inherited from AbstractElement

#attributes, #children

Method Summary

Methods inherited from AbstractElement

#<<, #[], #[]=, attributes, children, #initialize, xml_element_name

Constructor Details

This class inherits a constructor from OdfCore::Element::AbstractElement