Class: AdWords::V200909::CampaignAdExtensionService::DateRange
- Inherits:
-
Object
- Object
- AdWords::V200909::CampaignAdExtensionService::DateRange
- Defined in:
- lib/adwords4r/v200909/CampaignAdExtensionService.rb
Overview
DateRange
-
min - SOAP::SOAPString
-
max - SOAP::SOAPString
Instance Attribute Summary collapse
-
#max ⇒ Object
Returns the value of attribute max.
-
#min ⇒ Object
Returns the value of attribute min.
Instance Method Summary collapse
-
#initialize(min = nil, max = nil) ⇒ DateRange
constructor
A new instance of DateRange.
Constructor Details
#initialize(min = nil, max = nil) ⇒ DateRange
Returns a new instance of DateRange.
41 42 43 44 |
# File 'lib/adwords4r/v200909/CampaignAdExtensionService.rb', line 41 def initialize(min = nil, max = nil) @min = min @max = max end |
Instance Attribute Details
#max ⇒ Object
Returns the value of attribute max.
39 40 41 |
# File 'lib/adwords4r/v200909/CampaignAdExtensionService.rb', line 39 def max @max end |
#min ⇒ Object
Returns the value of attribute min.
38 39 40 |
# File 'lib/adwords4r/v200909/CampaignAdExtensionService.rb', line 38 def min @min end |