Class: AdWords::V201008::BulkMutateJobService::AdGroup

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

Instance Method Summary collapse

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

#bidsObject

Returns the value of attribute bids.



646
647
648
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 646

def bids
  @bids
end

#campaignIdObject

Returns the value of attribute campaignId.



642
643
644
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 642

def campaignId
  @campaignId
end

#campaignNameObject

Returns the value of attribute campaignName.



643
644
645
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 643

def campaignName
  @campaignName
end

#experimentDataObject

Returns the value of attribute experimentData.



647
648
649
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 647

def experimentData
  @experimentData
end

#idObject

Returns the value of attribute id.



641
642
643
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 641

def id
  @id
end

#nameObject

Returns the value of attribute name.



644
645
646
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 644

def name
  @name
end

#statsObject

Returns the value of attribute stats.



648
649
650
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 648

def stats
  @stats
end

#statusObject

Returns the value of attribute status.



645
646
647
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 645

def status
  @status
end