Class: Consensus::Portrayal

Inherits:
Object
  • Object
show all
Defined in:
lib/consensus/portrayal.rb

Class Method Summary collapse

Class Method Details

.attribute(*names) ⇒ Object



6
7
8
# File 'lib/consensus/portrayal.rb', line 6

def attribute(*names)
  names.each do |n| ; define_attribute(n) ; end
end