Class: AdWords::V200909::CampaignAdExtensionService::Page

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v200909/CampaignAdExtensionService.rb

Overview

Page abstract

  • totalNumEntries - SOAP::SOAPInt

  • page_Type - SOAP::SOAPString

Direct Known Subclasses

CampaignAdExtensionPage

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Page.



779
780
781
782
# File 'lib/adwords4r/v200909/CampaignAdExtensionService.rb', line 779

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.



777
778
779
# File 'lib/adwords4r/v200909/CampaignAdExtensionService.rb', line 777

def page_Type
  @page_Type
end

#totalNumEntriesObject

Returns the value of attribute totalNumEntries.



776
777
778
# File 'lib/adwords4r/v200909/CampaignAdExtensionService.rb', line 776

def totalNumEntries
  @totalNumEntries
end