Class: AdWords::V201008::BulkMutateJobService::JobStats

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v201008/BulkMutateJobService.rb

Overview

JobStats

  • progressPercent - SOAP::SOAPInt

  • pendingTimeMillis - SOAP::SOAPLong

  • processingTimeMillis - SOAP::SOAPLong

  • jobStats_Type - SOAP::SOAPString

Direct Known Subclasses

BulkMutateJobStats

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(progressPercent = nil, pendingTimeMillis = nil, processingTimeMillis = nil, jobStats_Type = nil) ⇒ JobStats

Returns a new instance of JobStats.



3267
3268
3269
3270
3271
3272
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3267

def initialize(progressPercent = nil, pendingTimeMillis = nil, processingTimeMillis = nil, jobStats_Type = nil)
  @progressPercent = progressPercent
  @pendingTimeMillis = pendingTimeMillis
  @processingTimeMillis = processingTimeMillis
  @jobStats_Type = jobStats_Type
end

Instance Attribute Details

#jobStats_TypeObject

Returns the value of attribute jobStats_Type.



3265
3266
3267
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3265

def jobStats_Type
  @jobStats_Type
end

#pendingTimeMillisObject

Returns the value of attribute pendingTimeMillis.



3263
3264
3265
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3263

def pendingTimeMillis
  @pendingTimeMillis
end

#processingTimeMillisObject

Returns the value of attribute processingTimeMillis.



3264
3265
3266
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3264

def processingTimeMillis
  @processingTimeMillis
end

#progressPercentObject

Returns the value of attribute progressPercent.



3262
3263
3264
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3262

def progressPercent
  @progressPercent
end