Class: AdWords::V200909::AdGroupCriterionService::DateRange

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v200909/AdGroupCriterionService.rb

Overview

DateRange

  • min - SOAP::SOAPString

  • max - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(min = nil, max = nil) ⇒ DateRange

Returns a new instance of DateRange.



29
30
31
32
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 29

def initialize(min = nil, max = nil)
  @min = min
  @max = max
end

Instance Attribute Details

#maxObject

Returns the value of attribute max.



27
28
29
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 27

def max
  @max
end

#minObject

Returns the value of attribute min.



26
27
28
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 26

def min
  @min
end