Class: AdWords::V201008::AdGroupAdService::AdScheduleTarget

Inherits:
Target
  • Object
show all
Defined in:
lib/adwords4r/v201008/AdGroupAdService.rb

Overview

AdScheduleTarget

  • target_Type - SOAP::SOAPString

  • dayOfWeek - AdWords::V201008::AdGroupAdService::DayOfWeek

  • startHour - SOAP::SOAPInt

  • startMinute - AdWords::V201008::AdGroupAdService::MinuteOfHour

  • endHour - SOAP::SOAPInt

  • endMinute - AdWords::V201008::AdGroupAdService::MinuteOfHour

  • bidMultiplier - SOAP::SOAPDouble

Instance Attribute Summary collapse

Instance Method Summary collapse

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.



739
740
741
742
743
744
745
746
747
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 739

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

#bidMultiplierObject

Returns the value of attribute bidMultiplier.



737
738
739
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 737

def bidMultiplier
  @bidMultiplier
end

#dayOfWeekObject

Returns the value of attribute dayOfWeek.



732
733
734
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 732

def dayOfWeek
  @dayOfWeek
end

#endHourObject

Returns the value of attribute endHour.



735
736
737
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 735

def endHour
  @endHour
end

#endMinuteObject

Returns the value of attribute endMinute.



736
737
738
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 736

def endMinute
  @endMinute
end

#startHourObject

Returns the value of attribute startHour.



733
734
735
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 733

def startHour
  @startHour
end

#startMinuteObject

Returns the value of attribute startMinute.



734
735
736
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 734

def startMinute
  @startMinute
end

#target_TypeObject

Returns the value of attribute target_Type.



731
732
733
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 731

def target_Type
  @target_Type
end