Class: AdWords::V201008::CampaignService::CampaignPage

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

Instance Method Summary collapse

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

#entriesObject

Returns the value of attribute entries.



1403
1404
1405
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1403

def entries
  @entries
end

#page_TypeObject

Returns the value of attribute page_Type.



1401
1402
1403
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1401

def page_Type
  @page_Type
end

#totalBudgetObject

Returns the value of attribute totalBudget.



1402
1403
1404
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1402

def totalBudget
  @totalBudget
end

#totalNumEntriesObject

Returns the value of attribute totalNumEntries.



1400
1401
1402
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1400

def totalNumEntries
  @totalNumEntries
end