Class: AdWords::V201003::BulkMutateJobService::AdScheduleTarget
- Defined in:
- lib/adwords4r/v201003/BulkMutateJobService.rb
Overview
AdScheduleTarget
-
target_Type - SOAP::SOAPString
-
dayOfWeek - AdWords::V201003::BulkMutateJobService::DayOfWeek
-
startHour - SOAP::SOAPInt
-
startMinute - AdWords::V201003::BulkMutateJobService::MinuteOfHour
-
endHour - SOAP::SOAPInt
-
endMinute - AdWords::V201003::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.
3834 3835 3836 3837 3838 3839 3840 3841 3842 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3834 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.
3832 3833 3834 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3832 def bidMultiplier @bidMultiplier end |
#dayOfWeek ⇒ Object
Returns the value of attribute dayOfWeek.
3827 3828 3829 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3827 def dayOfWeek @dayOfWeek end |
#endHour ⇒ Object
Returns the value of attribute endHour.
3830 3831 3832 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3830 def endHour @endHour end |
#endMinute ⇒ Object
Returns the value of attribute endMinute.
3831 3832 3833 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3831 def endMinute @endMinute end |
#startHour ⇒ Object
Returns the value of attribute startHour.
3828 3829 3830 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3828 def startHour @startHour end |
#startMinute ⇒ Object
Returns the value of attribute startMinute.
3829 3830 3831 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3829 def startMinute @startMinute end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
3826 3827 3828 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3826 def target_Type @target_Type end |