Class: AdWords::V201008::BulkMutateJobService::PercentCPAAdGroupCriterionBids
- Inherits:
-
AdGroupCriterionBids
- Object
- AdGroupCriterionBids
- AdWords::V201008::BulkMutateJobService::PercentCPAAdGroupCriterionBids
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
PercentCPAAdGroupCriterionBids
-
adGroupCriterionBids_Type - SOAP::SOAPString
-
percentCpa - SOAP::SOAPInt
-
source - AdWords::V201008::BulkMutateJobService::BidSource
Instance Attribute Summary collapse
-
#adGroupCriterionBids_Type ⇒ Object
Returns the value of attribute adGroupCriterionBids_Type.
-
#percentCpa ⇒ Object
Returns the value of attribute percentCpa.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Method Summary collapse
-
#initialize(adGroupCriterionBids_Type = nil, percentCpa = nil, source = nil) ⇒ PercentCPAAdGroupCriterionBids
constructor
A new instance of PercentCPAAdGroupCriterionBids.
Constructor Details
#initialize(adGroupCriterionBids_Type = nil, percentCpa = nil, source = nil) ⇒ PercentCPAAdGroupCriterionBids
Returns a new instance of PercentCPAAdGroupCriterionBids.
937 938 939 940 941 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 937 def initialize(adGroupCriterionBids_Type = nil, percentCpa = nil, source = nil) @adGroupCriterionBids_Type = adGroupCriterionBids_Type @percentCpa = percentCpa @source = source end |
Instance Attribute Details
#adGroupCriterionBids_Type ⇒ Object
Returns the value of attribute adGroupCriterionBids_Type.
933 934 935 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 933 def adGroupCriterionBids_Type @adGroupCriterionBids_Type end |
#percentCpa ⇒ Object
Returns the value of attribute percentCpa.
934 935 936 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 934 def percentCpa @percentCpa end |
#source ⇒ Object
Returns the value of attribute source.
935 936 937 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 935 def source @source end |