module Airbnb::Service::Hongbao::Api::HelloExceptionSmartclientModule::GenerateClassMethods
Public Instance Methods
build(msg = nil)
click to toggle source
# File lib/airbnb/service/hongbao/api/hongbao_data_smartclient_modules.rb, line 205 def build(msg = nil) _internal_object = HelloException.send(:new) _internal_object.message = msg return _internal_object end