Class: AdWords::V201008::BulkMutateJobService::AdScheduleTarget
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
AdScheduleTarget
-
target_Type - SOAP::SOAPString
-
dayOfWeek - AdWords::V201008::BulkMutateJobService::DayOfWeek
-
startHour - SOAP::SOAPInt
-
startMinute - AdWords::V201008::BulkMutateJobService::MinuteOfHour
-
endHour - SOAP::SOAPInt
-
endMinute - AdWords::V201008::BulkMutateJobService::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.
4368 4369 4370 4371 4372 4373 4374 4375 4376 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4368 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.
4366 4367 4368 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4366 def bidMultiplier @bidMultiplier end |
#dayOfWeek ⇒ Object
Returns the value of attribute dayOfWeek.
4361 4362 4363 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4361 def dayOfWeek @dayOfWeek end |
#endHour ⇒ Object
Returns the value of attribute endHour.
4364 4365 4366 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4364 def endHour @endHour end |
#endMinute ⇒ Object
Returns the value of attribute endMinute.
4365 4366 4367 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4365 def endMinute @endMinute end |
#startHour ⇒ Object
Returns the value of attribute startHour.
4362 4363 4364 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4362 def startHour @startHour end |
#startMinute ⇒ Object
Returns the value of attribute startMinute.
4363 4364 4365 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4363 def startMinute @startMinute end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
4360 4361 4362 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4360 def target_Type @target_Type end |