Module: Airbnb::Service::Hongbao::Api::HongbaoActiveCampaignRequestSmartclientModule::GenerateClassMethods

Defined in:
lib/airbnb/service/hongbao/api/hongbao_data_smartclient_modules.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#non_null_checking_offObject

Returns the value of attribute non_null_checking_off.



1363
1364
1365
# File 'lib/airbnb/service/hongbao/api/hongbao_data_smartclient_modules.rb', line 1363

def non_null_checking_off
  @non_null_checking_off
end

#type_checking_offObject

Class level accessors to turn on/off specific checking



1362
1363
1364
# File 'lib/airbnb/service/hongbao/api/hongbao_data_smartclient_modules.rb', line 1362

def type_checking_off
  @type_checking_off
end

Instance Method Details

#build(params = {}) ⇒ Object

Raises:

  • (TypeError)


1365
1366
1367
1368
1369
1370
1371
1372
1373
# File 'lib/airbnb/service/hongbao/api/hongbao_data_smartclient_modules.rb', line 1365

def build(params = {})
  _internal_object = ::Airbnb::Service::Hongbao::Api::HongbaoActiveCampaignRequest.send(:new)
  return _internal_object if params.nil?
  raise TypeError.new("Expect a Hash for params in initialize, while it is #{params.class}") unless params.is_a?(Hash)
  return _internal_object if params.empty?

  _internal_object.validate(Sparsam::STRICT) unless ::Airbnb::Service::Hongbao::Api::HongbaoActiveCampaignRequest.type_checking_off
  return _internal_object
end