Class: AdWords::V200909::AdGroupAdService::AdScheduleTarget
- Defined in:
- lib/adwords4r/v200909/AdGroupAdService.rb
Overview
AdScheduleTarget
-
target_Type - SOAP::SOAPString
-
dayOfWeek - AdWords::V200909::AdGroupAdService::DayOfWeek
-
startHour - SOAP::SOAPInt
-
startMinute - AdWords::V200909::AdGroupAdService::MinuteOfHour
-
endHour - SOAP::SOAPInt
-
endMinute - AdWords::V200909::AdGroupAdService::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.
737 738 739 740 741 742 743 744 745 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 737 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.
735 736 737 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 735 def bidMultiplier @bidMultiplier end |
#dayOfWeek ⇒ Object
Returns the value of attribute dayOfWeek.
730 731 732 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 730 def dayOfWeek @dayOfWeek end |
#endHour ⇒ Object
Returns the value of attribute endHour.
733 734 735 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 733 def endHour @endHour end |
#endMinute ⇒ Object
Returns the value of attribute endMinute.
734 735 736 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 734 def endMinute @endMinute end |
#startHour ⇒ Object
Returns the value of attribute startHour.
731 732 733 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 731 def startHour @startHour end |
#startMinute ⇒ Object
Returns the value of attribute startMinute.
732 733 734 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 732 def startMinute @startMinute end |
#target_Type ⇒ Object
Returns the value of attribute target_Type.
729 730 731 |
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 729 def target_Type @target_Type end |