Module: NAttributes::ClassMethods
- Defined in:
- lib/n_attributes.rb
Instance Method Summary collapse
Instance Method Details
#n_attribute_keys(*names) ⇒ Object
28 29 30 31 |
# File 'lib/n_attributes.rb', line 28 def n_attribute_keys(*names) serialize names[0], Hash Object.n_attribute_keys(names[0], *names) end |