Class: AdWords::V201008::CampaignService::CampaignPage
- Defined in:
- lib/adwords4r/v201008/CampaignService.rb
Overview
CampaignPage
-
totalNumEntries - SOAP::SOAPInt
-
page_Type - SOAP::SOAPString
-
totalBudget - AdWords::V201008::CampaignService::Budget
-
entries - AdWords::V201008::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.
1405 1406 1407 1408 1409 1410 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1405 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.
1403 1404 1405 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1403 def entries @entries end |
#page_Type ⇒ Object
Returns the value of attribute page_Type.
1401 1402 1403 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1401 def page_Type @page_Type end |
#totalBudget ⇒ Object
Returns the value of attribute totalBudget.
1402 1403 1404 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1402 def totalBudget @totalBudget end |
#totalNumEntries ⇒ Object
Returns the value of attribute totalNumEntries.
1400 1401 1402 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1400 def totalNumEntries @totalNumEntries end |