Class: AdWords::V13::ReportService::ReportJobStatus

Inherits:
String
  • Object
show all
Defined in:
lib/adwords4r/v13/ReportService.rb

Overview

ReportJobStatus

Constant Summary collapse

Completed =
ReportJobStatus.new("Completed")
Failed =
ReportJobStatus.new("Failed")
InProgress =
ReportJobStatus.new("InProgress")
Pending =
ReportJobStatus.new("Pending")