Class: Nori::XMLUtilityNode
- Inherits:
-
Object
- Object
- Nori::XMLUtilityNode
- Defined in:
- lib/veracode/parser/parser.rb
Instance Method Summary collapse
Instance Method Details
#prefixed_attributes ⇒ Object
23 24 25 26 27 28 |
# File 'lib/veracode/parser/parser.rb', line 23 def prefixed_attributes attributes.inject({}) do |memo, (key, value)| memo[prefixed_attribute_name("#{key}")] = value memo end end |