Class: AdwordsApi::V201101::InfoService::DateRange

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201101/InfoService.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.



13
14
15
16
# File 'lib/adwords_api/v201101/InfoService.rb', line 13

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

Instance Attribute Details

#maxObject

Returns the value of attribute max.



11
12
13
# File 'lib/adwords_api/v201101/InfoService.rb', line 11

def max
  @max
end

#minObject

Returns the value of attribute min.



10
11
12
# File 'lib/adwords_api/v201101/InfoService.rb', line 10

def min
  @min
end