Method: NAttributes::ClassMethods#n_attributes

Defined in:
lib/n_attributes.rb

#n_attributes(*args) ⇒ Object



11
12
13
14
15
# File 'lib/n_attributes.rb', line 11

def n_attributes(*args)
  args.each do |arg|
    serialize %(:#{arg})
  end
end