Method: Reform::Contract::PropertyMethods#properties

Defined in:
lib/reform/contract.rb

#properties(names, *args) ⇒ Object



40
41
42
# File 'lib/reform/contract.rb', line 40

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