Class: AdwordsApi::V201003::AdGroupCriterionService::Page

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201003/AdGroupCriterionService.rb

Overview

Page abstract

  • totalNumEntries - SOAP::SOAPInt

  • page_Type - SOAP::SOAPString

Direct Known Subclasses

AdGroupCriterionPage

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Page.



1177
1178
1179
1180
# File 'lib/adwords_api/v201003/AdGroupCriterionService.rb', line 1177

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.



1175
1176
1177
# File 'lib/adwords_api/v201003/AdGroupCriterionService.rb', line 1175

def page_Type
  @page_Type
end

#totalNumEntriesObject

Returns the value of attribute totalNumEntries.



1174
1175
1176
# File 'lib/adwords_api/v201003/AdGroupCriterionService.rb', line 1174

def totalNumEntries
  @totalNumEntries
end