Class: AdCenterWrapper::TimeOfTheDay
- Inherits:
-
Object
- Object
- AdCenterWrapper::TimeOfTheDay
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8TimeOfTheDay
hour - SOAP::SOAPShort
minute - SOAP::SOAPShort
Instance Attribute Summary collapse
-
#hour ⇒ Object
Returns the value of attribute hour.
-
#minute ⇒ Object
Returns the value of attribute minute.
Instance Method Summary collapse
-
#initialize(hour = nil, minute = nil) ⇒ TimeOfTheDay
constructor
A new instance of TimeOfTheDay.
Constructor Details
#initialize(hour = nil, minute = nil) ⇒ TimeOfTheDay
Returns a new instance of TimeOfTheDay.
375 376 377 378 |
# File 'lib/CampaignManagementService.rb', line 375 def initialize(hour = nil, minute = nil) @hour = hour @minute = minute end |
Instance Attribute Details
#hour ⇒ Object
Returns the value of attribute hour.
372 373 374 |
# File 'lib/CampaignManagementService.rb', line 372 def hour @hour end |
#minute ⇒ Object
Returns the value of attribute minute.
373 374 375 |
# File 'lib/CampaignManagementService.rb', line 373 def minute @minute end |