Class: AdWords::V201003::CampaignAdExtensionService::DateRange

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v201003/CampaignAdExtensionService.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.



41
42
43
44
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 41

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

Instance Attribute Details

#maxObject

Returns the value of attribute max.



39
40
41
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 39

def max
  @max
end

#minObject

Returns the value of attribute min.



38
39
40
# File 'lib/adwords4r/v201003/CampaignAdExtensionService.rb', line 38

def min
  @min
end