Class: AdWords::V200909::TargetingIdeaService::AdScheduleTarget
- Defined in:
- lib/adwords4r/v200909/TargetingIdeaService.rb
Overview
AdScheduleTarget
-
target_Type - SOAP::SOAPString
-
dayOfWeek - AdWords::V200909::TargetingIdeaService::DayOfWeek
-
startHour - SOAP::SOAPInt
-
startMinute - AdWords::V200909::TargetingIdeaService::MinuteOfHour
-
endHour - SOAP::SOAPInt
-
endMinute - AdWords::V200909::TargetingIdeaService::MinuteOfHour
-
bidMultiplier - SOAP::SOAPDouble
Instance Attribute Summary collapse
-
#bidMultiplier ⇒ Object
Returns the value of attribute bidMultiplier.
-
#dayOfWeek ⇒ Object
Returns the value of attribute dayOfWeek.
-
#endHour ⇒ Object
Returns the value of attribute endHour.
-
#endMinute ⇒ Object
Returns the value of attribute endMinute.
-
#startHour ⇒ Object
Returns the value of attribute startHour.
-
#startMinute ⇒ Object
Returns the value of attribute startMinute.
-
#target_Type ⇒ Object
Returns the value of attribute target_Type.
Instance Method Summary collapse
-
#initialize(target_Type = nil, dayOfWeek = nil, startHour = nil, startMinute = nil, endHour = nil, endMinute = nil, bidMultiplier = nil) ⇒ AdScheduleTarget
constructor
A new instance of AdScheduleTarget.
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.
222 223 224 225 226 227 228 229 230 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 222 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
#bidMultiplier ⇒ Object
Returns the value of attribute bidMultiplier.
220 221 222 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 220 def bidMultiplier @bidMultiplier end |
#dayOfWeek ⇒ Object
Returns the value of attribute dayOfWeek.
215 216 217 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 215 def dayOfWeek @dayOfWeek end |
#endHour ⇒ Object
Returns the value of attribute endHour.
218 219 220 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 218 def endHour @endHour end |
#endMinute ⇒ Object
Returns the value of attribute endMinute.
219 220 221 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 219 def endMinute @endMinute end |
#startHour ⇒ Object
Returns the value of attribute startHour.
216 217 218 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 216 def startHour @startHour end |
#startMinute ⇒ Object
Returns the value of attribute startMinute.
217 218 219 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 217 def startMinute @startMinute end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
214 215 216 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 214 def target_Type @target_Type end |