Class: AdWords::V201003::BulkMutateJobService::AdGroup

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#bidsObject

Returns the value of attribute bids.



589
590
591
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 589

def bids
  @bids
end

#campaignIdObject

Returns the value of attribute campaignId.



585
586
587
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 585

def campaignId
  @campaignId
end

#campaignNameObject

Returns the value of attribute campaignName.



586
587
588
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 586

def campaignName
  @campaignName
end

#idObject

Returns the value of attribute id.



584
585
586
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 584

def id
  @id
end

#nameObject

Returns the value of attribute name.



587
588
589
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 587

def name
  @name
end

#statsObject

Returns the value of attribute stats.



590
591
592
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 590

def stats
  @stats
end

#statusObject

Returns the value of attribute status.



588
589
590
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 588

def status
  @status
end