Class: AdWords::V201003::BulkMutateJobService::AdGroupAd
- Inherits:
-
Object
- Object
- AdWords::V201003::BulkMutateJobService::AdGroupAd
- Defined in:
- lib/adwords4r/v201003/BulkMutateJobService.rb
Overview
AdGroupAd
-
adGroupId - SOAP::SOAPLong
-
ad - AdWords::V201003::BulkMutateJobService::Ad
-
status - AdWords::V201003::BulkMutateJobService::AdGroupAdStatus
-
stats - AdWords::V201003::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.
614 615 616 617 618 619 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 614 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.
610 611 612 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 610 def ad @ad end |
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
609 610 611 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 609 def adGroupId @adGroupId end |
#stats ⇒ Object
Returns the value of attribute stats.
612 613 614 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 612 def stats @stats end |
#status ⇒ Object
Returns the value of attribute status.
611 612 613 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 611 def status @status end |