Class: AdwordsApi::V201008::AdGroupAdService::Page

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

Overview

Page abstract

  • totalNumEntries - SOAP::SOAPInt

  • page_Type - SOAP::SOAPString

Direct Known Subclasses

AdGroupAdPage

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Page.



2357
2358
2359
2360
# File 'lib/adwords_api/v201008/AdGroupAdService.rb', line 2357

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.



2355
2356
2357
# File 'lib/adwords_api/v201008/AdGroupAdService.rb', line 2355

def page_Type
  @page_Type
end

#totalNumEntriesObject

Returns the value of attribute totalNumEntries.



2354
2355
2356
# File 'lib/adwords_api/v201008/AdGroupAdService.rb', line 2354

def totalNumEntries
  @totalNumEntries
end