module Representable::XML::AttributeHash::ClassMethods
Public Instance Methods
values(options)
click to toggle source
# File lib/representable/xml/hash.rb, line 19 def values(options) hash :_self, options.merge!(:use_attributes => true) end