Class: AdWords::V201003::CampaignTargetService::Page
- Inherits:
-
Object
- Object
- AdWords::V201003::CampaignTargetService::Page
- Defined in:
- lib/adwords4r/v201003/CampaignTargetService.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
1186 1187 1188 1189 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1186 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.
1184 1185 1186 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1184 def page_Type @page_Type end |
#totalNumEntries ⇒ Object
Returns the value of attribute totalNumEntries.
1183 1184 1185 |
# File 'lib/adwords4r/v201003/CampaignTargetService.rb', line 1183 def totalNumEntries @totalNumEntries end |