Class: AdWords::V200909::AdGroupService::Page
- Inherits:
-
Object
- Object
- AdWords::V200909::AdGroupService::Page
- Defined in:
- lib/adwords4r/v200909/AdGroupService.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.
907 908 909 910 |
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 907 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.
905 906 907 |
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 905 def page_Type @page_Type end |
#totalNumEntries ⇒ Object
Returns the value of attribute totalNumEntries.
904 905 906 |
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 904 def totalNumEntries @totalNumEntries end |