Module: Airbnb::Service::Hongbao::Api::UserExceptionSmartclientModule::GenerateClassMethods
- Defined in:
- lib/airbnb/service/hongbao/api/hongbao_data_smartclient_modules.rb
Instance Method Summary collapse
Instance Method Details
#build(msg = nil) ⇒ Object
399 400 401 402 403 |
# File 'lib/airbnb/service/hongbao/api/hongbao_data_smartclient_modules.rb', line 399 def build(msg = nil) _internal_object = UserException.send(:new) _internal_object. = msg return _internal_object end |