Class: AdWords::V201008::BulkMutateJobService::AdScheduleTarget

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

Overview

AdScheduleTarget

  • target_Type - SOAP::SOAPString

  • dayOfWeek - AdWords::V201008::BulkMutateJobService::DayOfWeek

  • startHour - SOAP::SOAPInt

  • startMinute - AdWords::V201008::BulkMutateJobService::MinuteOfHour

  • endHour - SOAP::SOAPInt

  • endMinute - AdWords::V201008::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.



4368
4369
4370
4371
4372
4373
4374
4375
4376
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4368

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.



4366
4367
4368
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4366

def bidMultiplier
  @bidMultiplier
end

#dayOfWeekObject

Returns the value of attribute dayOfWeek.



4361
4362
4363
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4361

def dayOfWeek
  @dayOfWeek
end

#endHourObject

Returns the value of attribute endHour.



4364
4365
4366
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4364

def endHour
  @endHour
end

#endMinuteObject

Returns the value of attribute endMinute.



4365
4366
4367
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4365

def endMinute
  @endMinute
end

#startHourObject

Returns the value of attribute startHour.



4362
4363
4364
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4362

def startHour
  @startHour
end

#startMinuteObject

Returns the value of attribute startMinute.



4363
4364
4365
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4363

def startMinute
  @startMinute
end

#target_TypeObject

Returns the value of attribute target_Type.



4360
4361
4362
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4360

def target_Type
  @target_Type
end