Class: AdCenterWrapper::CustomerLifeCycleStatus

Inherits:
String
  • Object
show all
Defined in:
lib/CustomerManagementService.rb

Overview

Constant Summary collapse

Active =
CustomerLifeCycleStatus.new("Active")
Inactive =
CustomerLifeCycleStatus.new("Inactive")