Class: AdwordsApi::V201101::AlertService::Detail

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201101/AlertService.rb

Overview

Detail

  • triggerTime - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(triggerTime = nil) ⇒ Detail

Returns a new instance of Detail.



522
523
524
# File 'lib/adwords_api/v201101/AlertService.rb', line 522

def initialize(triggerTime = nil)
  @triggerTime = triggerTime
end

Instance Attribute Details

#triggerTimeObject

Returns the value of attribute triggerTime.



520
521
522
# File 'lib/adwords_api/v201101/AlertService.rb', line 520

def triggerTime
  @triggerTime
end