Class: AdwordsApi::V201101::DataService::NoStatsPage

Inherits:
Page
  • Object
show all
Defined in:
lib/adwords_api/v201101/DataService.rb

Overview

NoStatsPage abstract

  • totalNumEntries - SOAP::SOAPInt

  • page_Type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NoStatsPage.



807
808
809
810
# File 'lib/adwords_api/v201101/DataService.rb', line 807

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.



805
806
807
# File 'lib/adwords_api/v201101/DataService.rb', line 805

def page_Type
  @page_Type
end

#totalNumEntriesObject

Returns the value of attribute totalNumEntries.



804
805
806
# File 'lib/adwords_api/v201101/DataService.rb', line 804

def totalNumEntries
  @totalNumEntries
end