Class: AdWords::V201003::BulkMutateJobService::JobStats

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v201003/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.



2882
2883
2884
2885
2886
2887
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2882

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.



2880
2881
2882
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2880

def jobStats_Type
  @jobStats_Type
end

#pendingTimeMillisObject

Returns the value of attribute pendingTimeMillis.



2878
2879
2880
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2878

def pendingTimeMillis
  @pendingTimeMillis
end

#processingTimeMillisObject

Returns the value of attribute processingTimeMillis.



2879
2880
2881
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2879

def processingTimeMillis
  @processingTimeMillis
end

#progressPercentObject

Returns the value of attribute progressPercent.



2877
2878
2879
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2877

def progressPercent
  @progressPercent
end