Class: AdWords::V200909::BulkMutateJobService::AdScheduleTarget

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

Overview

AdScheduleTarget

  • target_Type - SOAP::SOAPString

  • dayOfWeek - AdWords::V200909::BulkMutateJobService::DayOfWeek

  • startHour - SOAP::SOAPInt

  • startMinute - AdWords::V200909::BulkMutateJobService::MinuteOfHour

  • endHour - SOAP::SOAPInt

  • endMinute - AdWords::V200909::BulkMutateJobService::MinuteOfHour

  • bidMultiplier - SOAP::SOAPDouble

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(target_Type = nil, dayOfWeek = nil, startHour = nil, startMinute = nil, endHour = nil, endMinute = nil, bidMultiplier = nil) ⇒ AdScheduleTarget

Returns a new instance of AdScheduleTarget.



3337
3338
3339
3340
3341
3342
3343
3344
3345
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3337

def initialize(target_Type = nil, dayOfWeek = nil, startHour = nil, startMinute = nil, endHour = nil, endMinute = nil, bidMultiplier = nil)
  @target_Type = target_Type
  @dayOfWeek = dayOfWeek
  @startHour = startHour
  @startMinute = startMinute
  @endHour = endHour
  @endMinute = endMinute
  @bidMultiplier = bidMultiplier
end

Instance Attribute Details

#bidMultiplierObject

Returns the value of attribute bidMultiplier.



3335
3336
3337
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3335

def bidMultiplier
  @bidMultiplier
end

#dayOfWeekObject

Returns the value of attribute dayOfWeek.



3330
3331
3332
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3330

def dayOfWeek
  @dayOfWeek
end

#endHourObject

Returns the value of attribute endHour.



3333
3334
3335
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3333

def endHour
  @endHour
end

#endMinuteObject

Returns the value of attribute endMinute.



3334
3335
3336
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3334

def endMinute
  @endMinute
end

#startHourObject

Returns the value of attribute startHour.



3331
3332
3333
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3331

def startHour
  @startHour
end

#startMinuteObject

Returns the value of attribute startMinute.



3332
3333
3334
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3332

def startMinute
  @startMinute
end

#target_TypeObject

Returns the value of attribute target_Type.



3329
3330
3331
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3329

def target_Type
  @target_Type
end