Class: AdWords::V200909::CampaignTargetService::AdScheduleTarget

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

Overview

AdScheduleTarget

  • target_Type - SOAP::SOAPString

  • dayOfWeek - AdWords::V200909::CampaignTargetService::DayOfWeek

  • startHour - SOAP::SOAPInt

  • startMinute - AdWords::V200909::CampaignTargetService::MinuteOfHour

  • endHour - SOAP::SOAPInt

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



126
127
128
129
130
131
132
133
134
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 126

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.



124
125
126
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 124

def bidMultiplier
  @bidMultiplier
end

#dayOfWeekObject

Returns the value of attribute dayOfWeek.



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

def dayOfWeek
  @dayOfWeek
end

#endHourObject

Returns the value of attribute endHour.



122
123
124
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 122

def endHour
  @endHour
end

#endMinuteObject

Returns the value of attribute endMinute.



123
124
125
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 123

def endMinute
  @endMinute
end

#startHourObject

Returns the value of attribute startHour.



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

def startHour
  @startHour
end

#startMinuteObject

Returns the value of attribute startMinute.



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

def startMinute
  @startMinute
end

#target_TypeObject

Returns the value of attribute target_Type.



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

def target_Type
  @target_Type
end