Class: AdWords::V201003::BulkMutateJobService::AdGroup
- Inherits:
-
Object
- Object
- AdWords::V201003::BulkMutateJobService::AdGroup
- Defined in:
- lib/adwords4r/v201003/BulkMutateJobService.rb
Overview
AdGroup
-
id - SOAP::SOAPLong
-
campaignId - SOAP::SOAPLong
-
campaignName - SOAP::SOAPString
-
name - SOAP::SOAPString
-
status - AdWords::V201003::BulkMutateJobService::AdGroupStatus
-
bids - AdWords::V201003::BulkMutateJobService::AdGroupBids
-
stats - AdWords::V201003::BulkMutateJobService::Stats
Instance Attribute Summary collapse
-
#bids ⇒ Object
Returns the value of attribute bids.
-
#campaignId ⇒ Object
Returns the value of attribute campaignId.
-
#campaignName ⇒ Object
Returns the value of attribute campaignName.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#stats ⇒ Object
Returns the value of attribute stats.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(id = nil, campaignId = nil, campaignName = nil, name = nil, status = nil, bids = nil, stats = nil) ⇒ AdGroup
constructor
A new instance of AdGroup.
Constructor Details
#initialize(id = nil, campaignId = nil, campaignName = nil, name = nil, status = nil, bids = nil, stats = nil) ⇒ AdGroup
Returns a new instance of AdGroup.
592 593 594 595 596 597 598 599 600 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 592 def initialize(id = nil, campaignId = nil, campaignName = nil, name = nil, status = nil, bids = nil, stats = nil) @id = id @campaignId = campaignId @campaignName = campaignName @name = name @status = status @bids = bids @stats = stats end |
Instance Attribute Details
#bids ⇒ Object
Returns the value of attribute bids.
589 590 591 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 589 def bids @bids end |
#campaignId ⇒ Object
Returns the value of attribute campaignId.
585 586 587 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 585 def campaignId @campaignId end |
#campaignName ⇒ Object
Returns the value of attribute campaignName.
586 587 588 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 586 def campaignName @campaignName end |
#id ⇒ Object
Returns the value of attribute id.
584 585 586 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 584 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
587 588 589 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 587 def name @name end |
#stats ⇒ Object
Returns the value of attribute stats.
590 591 592 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 590 def stats @stats end |
#status ⇒ Object
Returns the value of attribute status.
588 589 590 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 588 def status @status end |