Class: AdWords::V201008::AdGroupService::AdGroupPage

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

Overview

AdGroupPage

  • totalNumEntries - SOAP::SOAPInt

  • page_Type - SOAP::SOAPString

  • entries - AdWords::V201008::AdGroupService::AdGroup

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(totalNumEntries = nil, page_Type = nil, entries = []) ⇒ AdGroupPage

Returns a new instance of AdGroupPage.



1171
1172
1173
1174
1175
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 1171

def initialize(totalNumEntries = nil, page_Type = nil, entries = [])
  @totalNumEntries = totalNumEntries
  @page_Type = page_Type
  @entries = entries
end

Instance Attribute Details

#entriesObject

Returns the value of attribute entries.



1169
1170
1171
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 1169

def entries
  @entries
end

#page_TypeObject

Returns the value of attribute page_Type.



1168
1169
1170
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 1168

def page_Type
  @page_Type
end

#totalNumEntriesObject

Returns the value of attribute totalNumEntries.



1167
1168
1169
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 1167

def totalNumEntries
  @totalNumEntries
end