Class: AdWords::V201008::BulkMutateJobService::AdGroup
- Inherits:
-
Object
- Object
- AdWords::V201008::BulkMutateJobService::AdGroup
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
AdGroup
-
id - SOAP::SOAPLong
-
campaignId - SOAP::SOAPLong
-
campaignName - SOAP::SOAPString
-
name - SOAP::SOAPString
-
status - AdWords::V201008::BulkMutateJobService::AdGroupStatus
-
bids - AdWords::V201008::BulkMutateJobService::AdGroupBids
-
experimentData - AdWords::V201008::BulkMutateJobService::AdGroupExperimentData
-
stats - AdWords::V201008::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.
-
#experimentData ⇒ Object
Returns the value of attribute experimentData.
-
#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, experimentData = 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, experimentData = nil, stats = nil) ⇒ AdGroup
Returns a new instance of AdGroup.
650 651 652 653 654 655 656 657 658 659 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 650 def initialize(id = nil, campaignId = nil, campaignName = nil, name = nil, status = nil, bids = nil, experimentData = nil, stats = nil) @id = id @campaignId = campaignId @campaignName = campaignName @name = name @status = status @bids = bids @experimentData = experimentData @stats = stats end |
Instance Attribute Details
#bids ⇒ Object
Returns the value of attribute bids.
646 647 648 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 646 def bids @bids end |
#campaignId ⇒ Object
Returns the value of attribute campaignId.
642 643 644 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 642 def campaignId @campaignId end |
#campaignName ⇒ Object
Returns the value of attribute campaignName.
643 644 645 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 643 def campaignName @campaignName end |
#experimentData ⇒ Object
Returns the value of attribute experimentData.
647 648 649 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 647 def experimentData @experimentData end |
#id ⇒ Object
Returns the value of attribute id.
641 642 643 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 641 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
644 645 646 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 644 def name @name end |
#stats ⇒ Object
Returns the value of attribute stats.
648 649 650 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 648 def stats @stats end |
#status ⇒ Object
Returns the value of attribute status.
645 646 647 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 645 def status @status end |