Module: Hakuban::ObjectManager::ExposedTagManager

Defined in:
lib/hakuban/hakuban.rb

Instance Method Summary collapse

Instance Method Details

#construct_object(contract, descriptor) ⇒ Object



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

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