Class: AdWords::V201008::AdGroupAdService::Page
- Inherits:
-
Object
- Object
- AdWords::V201008::AdGroupAdService::Page
- Defined in:
- lib/adwords4r/v201008/AdGroupAdService.rb
Overview
Page abstract
-
totalNumEntries - SOAP::SOAPInt
-
page_Type - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#page_Type ⇒ Object
Returns the value of attribute page_Type.
-
#totalNumEntries ⇒ Object
Returns the value of attribute totalNumEntries.
Instance Method Summary collapse
-
#initialize(totalNumEntries = nil, page_Type = nil) ⇒ Page
constructor
A new instance of Page.
Constructor Details
#initialize(totalNumEntries = nil, page_Type = nil) ⇒ Page
Returns a new instance of Page.
2358 2359 2360 2361 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2358 def initialize(totalNumEntries = nil, page_Type = nil) @totalNumEntries = totalNumEntries @page_Type = page_Type end |
Instance Attribute Details
#page_Type ⇒ Object
Returns the value of attribute page_Type.
2356 2357 2358 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2356 def page_Type @page_Type end |
#totalNumEntries ⇒ Object
Returns the value of attribute totalNumEntries.
2355 2356 2357 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 2355 def totalNumEntries @totalNumEntries end |