Class: AdWords::V200909::BulkMutateJobService::AdGroupAd
- Inherits:
-
Object
- Object
- AdWords::V200909::BulkMutateJobService::AdGroupAd
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
AdGroupAd
-
adGroupId - SOAP::SOAPLong
-
ad - AdWords::V200909::BulkMutateJobService::Ad
-
status - AdWords::V200909::BulkMutateJobService::AdGroupAdStatus
-
stats - AdWords::V200909::BulkMutateJobService::AdStats
Instance Attribute Summary collapse
-
#ad ⇒ Object
Returns the value of attribute ad.
-
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
-
#stats ⇒ Object
Returns the value of attribute stats.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(adGroupId = nil, ad = nil, status = nil, stats = nil) ⇒ AdGroupAd
constructor
A new instance of AdGroupAd.
Constructor Details
#initialize(adGroupId = nil, ad = nil, status = nil, stats = nil) ⇒ AdGroupAd
Returns a new instance of AdGroupAd.
431 432 433 434 435 436 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 431 def initialize(adGroupId = nil, ad = nil, status = nil, stats = nil) @adGroupId = adGroupId @ad = ad @status = status @stats = stats end |
Instance Attribute Details
#ad ⇒ Object
Returns the value of attribute ad.
427 428 429 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 427 def ad @ad end |
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
426 427 428 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 426 def adGroupId @adGroupId end |
#stats ⇒ Object
Returns the value of attribute stats.
429 430 431 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 429 def stats @stats end |
#status ⇒ Object
Returns the value of attribute status.
428 429 430 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 428 def status @status end |