Module: Hakuban::ObjectManager::ExposedTagManager

Defined in:
lib/hakuban/hakuban.rb

Instance Method Summary collapse

Instance Method Details

#construct_object(contract, descriptor) ⇒ Object



575
# File 'lib/hakuban/hakuban.rb', line 575

def construct_object(contract, descriptor); ExposedObject.new(contract, descriptor);  end