Class: AdwordsApi::V201008::AdGroupService::Page

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201008/AdGroupService.rb

Overview

Page abstract

  • totalNumEntries - SOAP::SOAPInt

  • page_Type - SOAP::SOAPString

Direct Known Subclasses

AdGroupPage

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Page.



1156
1157
1158
1159
# File 'lib/adwords_api/v201008/AdGroupService.rb', line 1156

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.



1154
1155
1156
# File 'lib/adwords_api/v201008/AdGroupService.rb', line 1154

def page_Type
  @page_Type
end

#totalNumEntriesObject

Returns the value of attribute totalNumEntries.



1153
1154
1155
# File 'lib/adwords_api/v201008/AdGroupService.rb', line 1153

def totalNumEntries
  @totalNumEntries
end