Class: AdWords::V201003::BulkMutateJobService::AdScheduleTarget

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

Overview

AdScheduleTarget

  • target_Type - SOAP::SOAPString

  • dayOfWeek - AdWords::V201003::BulkMutateJobService::DayOfWeek

  • startHour - SOAP::SOAPInt

  • startMinute - AdWords::V201003::BulkMutateJobService::MinuteOfHour

  • endHour - SOAP::SOAPInt

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



3834
3835
3836
3837
3838
3839
3840
3841
3842
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3834

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.



3832
3833
3834
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3832

def bidMultiplier
  @bidMultiplier
end

#dayOfWeekObject

Returns the value of attribute dayOfWeek.



3827
3828
3829
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3827

def dayOfWeek
  @dayOfWeek
end

#endHourObject

Returns the value of attribute endHour.



3830
3831
3832
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3830

def endHour
  @endHour
end

#endMinuteObject

Returns the value of attribute endMinute.



3831
3832
3833
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3831

def endMinute
  @endMinute
end

#startHourObject

Returns the value of attribute startHour.



3828
3829
3830
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3828

def startHour
  @startHour
end

#startMinuteObject

Returns the value of attribute startMinute.



3829
3830
3831
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3829

def startMinute
  @startMinute
end

#target_TypeObject

Returns the value of attribute target_Type.



3826
3827
3828
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3826

def target_Type
  @target_Type
end