Class: AdWords::V201003::CampaignTargetService::AdScheduleTarget

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

Overview

AdScheduleTarget

  • target_Type - SOAP::SOAPString

  • dayOfWeek - AdWords::V201003::CampaignTargetService::DayOfWeek

  • startHour - SOAP::SOAPInt

  • startMinute - AdWords::V201003::CampaignTargetService::MinuteOfHour

  • endHour - SOAP::SOAPInt

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



123
124
125
126
127
128
129
130
131
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 123

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.



121
122
123
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 121

def bidMultiplier
  @bidMultiplier
end

#dayOfWeekObject

Returns the value of attribute dayOfWeek.



116
117
118
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 116

def dayOfWeek
  @dayOfWeek
end

#endHourObject

Returns the value of attribute endHour.



119
120
121
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 119

def endHour
  @endHour
end

#endMinuteObject

Returns the value of attribute endMinute.



120
121
122
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 120

def endMinute
  @endMinute
end

#startHourObject

Returns the value of attribute startHour.



117
118
119
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 117

def startHour
  @startHour
end

#startMinuteObject

Returns the value of attribute startMinute.



118
119
120
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 118

def startMinute
  @startMinute
end

#target_TypeObject

Returns the value of attribute target_Type.



115
116
117
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 115

def target_Type
  @target_Type
end