Class: AdWords::V201008::BulkMutateJobService::AdGroupAd
- Inherits:
-
Object
- Object
- AdWords::V201008::BulkMutateJobService::AdGroupAd
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
AdGroupAd
-
adGroupId - SOAP::SOAPLong
-
ad - AdWords::V201008::BulkMutateJobService::Ad
-
status - AdWords::V201008::BulkMutateJobService::AdGroupAdStatus
-
stats - AdWords::V201008::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.
673 674 675 676 677 678 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 673 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.
669 670 671 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 669 def ad @ad end |
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
668 669 670 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 668 def adGroupId @adGroupId end |
#stats ⇒ Object
Returns the value of attribute stats.
671 672 673 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 671 def stats @stats end |
#status ⇒ Object
Returns the value of attribute status.
670 671 672 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 670 def status @status end |