Class: AdWords::V200909::BulkMutateJobService::AdScheduleTarget
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
AdScheduleTarget
-
target_Type - SOAP::SOAPString
-
dayOfWeek - AdWords::V200909::BulkMutateJobService::DayOfWeek
-
startHour - SOAP::SOAPInt
-
startMinute - AdWords::V200909::BulkMutateJobService::MinuteOfHour
-
endHour - SOAP::SOAPInt
-
endMinute - AdWords::V200909::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.
3337 3338 3339 3340 3341 3342 3343 3344 3345 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3337 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.
3335 3336 3337 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3335 def bidMultiplier @bidMultiplier end |
#dayOfWeek ⇒ Object
Returns the value of attribute dayOfWeek.
3330 3331 3332 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3330 def dayOfWeek @dayOfWeek end |
#endHour ⇒ Object
Returns the value of attribute endHour.
3333 3334 3335 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3333 def endHour @endHour end |
#endMinute ⇒ Object
Returns the value of attribute endMinute.
3334 3335 3336 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3334 def endMinute @endMinute end |
#startHour ⇒ Object
Returns the value of attribute startHour.
3331 3332 3333 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3331 def startHour @startHour end |
#startMinute ⇒ Object
Returns the value of attribute startMinute.
3332 3333 3334 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3332 def startMinute @startMinute end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
3329 3330 3331 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3329 def target_Type @target_Type end |