Class: AdwordsApi::V201008::CampaignService::DateRange

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



26
27
28
29
# File 'lib/adwords_api/v201008/CampaignService.rb', line 26

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

Instance Attribute Details

#maxObject

Returns the value of attribute max.



24
25
26
# File 'lib/adwords_api/v201008/CampaignService.rb', line 24

def max
  @max
end

#minObject

Returns the value of attribute min.



23
24
25
# File 'lib/adwords_api/v201008/CampaignService.rb', line 23

def min
  @min
end