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.



4387
4388
4389
4390
4391
4392
4393
4394
4395
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4387

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.



4385
4386
4387
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4385

def bidMultiplier
  @bidMultiplier
end

#dayOfWeekObject

Returns the value of attribute dayOfWeek.



4380
4381
4382
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4380

def dayOfWeek
  @dayOfWeek
end

#endHourObject

Returns the value of attribute endHour.



4383
4384
4385
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4383

def endHour
  @endHour
end

#endMinuteObject

Returns the value of attribute endMinute.



4384
4385
4386
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4384

def endMinute
  @endMinute
end

#startHourObject

Returns the value of attribute startHour.



4381
4382
4383
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4381

def startHour
  @startHour
end

#startMinuteObject

Returns the value of attribute startMinute.



4382
4383
4384
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4382

def startMinute
  @startMinute
end

#target_TypeObject

Returns the value of attribute target_Type.



4379
4380
4381
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4379

def target_Type
  @target_Type
end