Module: Representable::XML::AttributeHash::ClassMethods

Defined in:
lib/representable/xml/hash.rb

Instance Method Summary collapse

Instance Method Details

#values(options) ⇒ Object



19
20
21
# File 'lib/representable/xml/hash.rb', line 19

def values(options)
  hash :_self, options.merge!(:use_attributes => true)
end