Class: AdWords::V200909::CampaignTargetService::AdScheduleTarget
- 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
-
#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.
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
#bidMultiplier ⇒ Object
Returns the value of attribute bidMultiplier.
124 125 126 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 124 def bidMultiplier @bidMultiplier end |
#dayOfWeek ⇒ Object
Returns the value of attribute dayOfWeek.
119 120 121 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 119 def dayOfWeek @dayOfWeek end |
#endHour ⇒ Object
Returns the value of attribute endHour.
122 123 124 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 122 def endHour @endHour end |
#endMinute ⇒ Object
Returns the value of attribute endMinute.
123 124 125 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 123 def endMinute @endMinute end |
#startHour ⇒ Object
Returns the value of attribute startHour.
120 121 122 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 120 def startHour @startHour end |
#startMinute ⇒ Object
Returns the value of attribute startMinute.
121 122 123 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 121 def startMinute @startMinute end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
118 119 120 |
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 118 def target_Type @target_Type end |