Class: Athena::Formats::XML::SubElementSpec
- Inherits:
-
BaseSpec
- Object
- XMLStreamin::XMLSpec
- BaseSpec
- Athena::Formats::XML::SubElementSpec
- Extended by:
- Forwardable
- Defined in:
- lib/athena/formats/xml.rb
Instance Method Summary collapse
-
#initialize(parent) ⇒ SubElementSpec
constructor
A new instance of SubElementSpec.
Methods inherited from BaseSpec
Constructor Details
#initialize(parent) ⇒ SubElementSpec
Returns a new instance of SubElementSpec.
260 261 262 263 264 |
# File 'lib/athena/formats/xml.rb', line 260 def initialize(parent) super() @parent = parent default!(self) end |