Class: AdWords::V200909::CampaignService::CampaignPage

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

Instance Method Summary collapse

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

#entriesObject

Returns the value of attribute entries.



1121
1122
1123
# File 'lib/adwords4r/v200909/CampaignService.rb', line 1121

def entries
  @entries
end

#page_TypeObject

Returns the value of attribute page_Type.



1119
1120
1121
# File 'lib/adwords4r/v200909/CampaignService.rb', line 1119

def page_Type
  @page_Type
end

#totalBudgetObject

Returns the value of attribute totalBudget.



1120
1121
1122
# File 'lib/adwords4r/v200909/CampaignService.rb', line 1120

def totalBudget
  @totalBudget
end

#totalNumEntriesObject

Returns the value of attribute totalNumEntries.



1118
1119
1120
# File 'lib/adwords4r/v200909/CampaignService.rb', line 1118

def totalNumEntries
  @totalNumEntries
end