Module: Jaso::Attributable::PrependMethods

Defined in:
lib/jaso/attributable.rb

Instance Method Summary collapse

Instance Method Details

#__callObject



23
24
25
26
# File 'lib/jaso/attributable.rb', line 23

def __call
  assign_attributes
  super
end