Class: AdWords::V200909::CampaignService::CampaignPage
- Defined in:
- lib/adwords4r/v200909/CampaignService.rb
Overview
CampaignPage
-
totalNumEntries - SOAP::SOAPInt
-
page_Type - SOAP::SOAPString
-
totalBudget - AdWords::V200909::CampaignService::Budget
-
entries - AdWords::V200909::CampaignService::Campaign
Instance Attribute Summary collapse
-
#entries ⇒ Object
Returns the value of attribute entries.
-
#page_Type ⇒ Object
Returns the value of attribute page_Type.
-
#totalBudget ⇒ Object
Returns the value of attribute totalBudget.
-
#totalNumEntries ⇒ Object
Returns the value of attribute totalNumEntries.
Instance Method Summary collapse
-
#initialize(totalNumEntries = nil, page_Type = nil, totalBudget = nil, entries = []) ⇒ CampaignPage
constructor
A new instance of CampaignPage.
Constructor Details
#initialize(totalNumEntries = nil, page_Type = nil, totalBudget = nil, entries = []) ⇒ CampaignPage
Returns a new instance of CampaignPage.
1123 1124 1125 1126 1127 1128 |
# File 'lib/adwords4r/v200909/CampaignService.rb', line 1123 def initialize(totalNumEntries = nil, page_Type = nil, totalBudget = nil, entries = []) @totalNumEntries = totalNumEntries @page_Type = page_Type @totalBudget = totalBudget @entries = entries end |
Instance Attribute Details
#entries ⇒ Object
Returns the value of attribute entries.
1121 1122 1123 |
# File 'lib/adwords4r/v200909/CampaignService.rb', line 1121 def entries @entries end |
#page_Type ⇒ Object
Returns the value of attribute page_Type.
1119 1120 1121 |
# File 'lib/adwords4r/v200909/CampaignService.rb', line 1119 def page_Type @page_Type end |
#totalBudget ⇒ Object
Returns the value of attribute totalBudget.
1120 1121 1122 |
# File 'lib/adwords4r/v200909/CampaignService.rb', line 1120 def totalBudget @totalBudget end |
#totalNumEntries ⇒ Object
Returns the value of attribute totalNumEntries.
1118 1119 1120 |
# File 'lib/adwords4r/v200909/CampaignService.rb', line 1118 def totalNumEntries @totalNumEntries end |