Method: Reform::Contract::PropertyMethods#properties

Defined in:
lib/reform/contract.rb

#properties(names, *args) ⇒ Object



42
43
44
# File 'lib/reform/contract.rb', line 42

def properties(names, *args)
  names.each { |name| property(name, *args) }
end