Class: AdWords::V201008::CampaignCriterionService::Page

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v201008/CampaignCriterionService.rb

Overview

Page abstract

  • totalNumEntries - SOAP::SOAPInt

  • page_Type - SOAP::SOAPString

Direct Known Subclasses

CampaignCriterionPage

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(totalNumEntries = nil, page_Type = nil) ⇒ Page

Returns a new instance of Page.



922
923
924
925
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 922

def initialize(totalNumEntries = nil, page_Type = nil)
  @totalNumEntries = totalNumEntries
  @page_Type = page_Type
end

Instance Attribute Details

#page_TypeObject

Returns the value of attribute page_Type.



920
921
922
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 920

def page_Type
  @page_Type
end

#totalNumEntriesObject

Returns the value of attribute totalNumEntries.



919
920
921
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 919

def totalNumEntries
  @totalNumEntries
end