Class: AdCenterWrapper::MonthAndYear
- Inherits:
-
Object
- Object
- AdCenterWrapper::MonthAndYear
- Defined in:
- lib/AdIntelligenceService.rb
Overview
http://schemas.datacontract.org/2004/07/Microsoft.AdCenter.Advertiser.CampaignManagement.Api.DataContractsMonthAndYear
month - SOAP::SOAPInt
year - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#month ⇒ Object
Returns the value of attribute month.
-
#year ⇒ Object
Returns the value of attribute year.
Instance Method Summary collapse
-
#initialize(month = nil, year = nil) ⇒ MonthAndYear
constructor
A new instance of MonthAndYear.
Constructor Details
#initialize(month = nil, year = nil) ⇒ MonthAndYear
Returns a new instance of MonthAndYear.
270 271 272 273 |
# File 'lib/AdIntelligenceService.rb', line 270 def initialize(month = nil, year = nil) @month = month @year = year end |
Instance Attribute Details
#month ⇒ Object
Returns the value of attribute month.
267 268 269 |
# File 'lib/AdIntelligenceService.rb', line 267 def month @month end |
#year ⇒ Object
Returns the value of attribute year.
268 269 270 |
# File 'lib/AdIntelligenceService.rb', line 268 def year @year end |