Class: AdWords::V201003::TargetingIdeaService::AdScheduleTarget

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

Overview

AdScheduleTarget

  • target_Type - SOAP::SOAPString

  • dayOfWeek - AdWords::V201003::TargetingIdeaService::DayOfWeek

  • startHour - SOAP::SOAPInt

  • startMinute - AdWords::V201003::TargetingIdeaService::MinuteOfHour

  • endHour - SOAP::SOAPInt

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



219
220
221
222
223
224
225
226
227
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 219

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.



217
218
219
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 217

def bidMultiplier
  @bidMultiplier
end

#dayOfWeekObject

Returns the value of attribute dayOfWeek.



212
213
214
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 212

def dayOfWeek
  @dayOfWeek
end

#endHourObject

Returns the value of attribute endHour.



215
216
217
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 215

def endHour
  @endHour
end

#endMinuteObject

Returns the value of attribute endMinute.



216
217
218
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 216

def endMinute
  @endMinute
end

#startHourObject

Returns the value of attribute startHour.



213
214
215
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 213

def startHour
  @startHour
end

#startMinuteObject

Returns the value of attribute startMinute.



214
215
216
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 214

def startMinute
  @startMinute
end

#target_TypeObject

Returns the value of attribute target_Type.



211
212
213
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 211

def target_Type
  @target_Type
end