Class: XML::Mapping::ArrayNode

Inherits:
Object
  • Object
show all
Defined in:
lib/xml/mapping_extensions.rb

Overview

Monkey-patch ArrayNode to regenerate marshallers and unmarshallers after cloning

Instance Attribute Summary collapse

Instance Attribute Details

#init_args (readonly)

Returns the value of attribute init_args.



91
92
93
# File 'lib/xml/mapping_extensions.rb', line 91

def init_args
  @init_args
end

#options

Returns the value of attribute options.



92
93
94
# File 'lib/xml/mapping_extensions.rb', line 92

def options
  @options
end