Class: AdWords::V201003::AdGroupService::AdGroup
- Inherits:
-
Object
- Object
- AdWords::V201003::AdGroupService::AdGroup
- Defined in:
- lib/adwords4r/v201003/AdGroupService.rb
Overview
AdGroup
-
id - SOAP::SOAPLong
-
campaignId - SOAP::SOAPLong
-
campaignName - SOAP::SOAPString
-
name - SOAP::SOAPString
-
status - AdWords::V201003::AdGroupService::AdGroupStatus
-
bids - AdWords::V201003::AdGroupService::AdGroupBids
-
stats - AdWords::V201003::AdGroupService::Stats
Instance Attribute Summary collapse
-
#bids ⇒ Object
Returns the value of attribute bids.
-
#campaignId ⇒ Object
Returns the value of attribute campaignId.
-
#campaignName ⇒ Object
Returns the value of attribute campaignName.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#stats ⇒ Object
Returns the value of attribute stats.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(id = nil, campaignId = nil, campaignName = nil, name = nil, status = nil, bids = nil, stats = nil) ⇒ AdGroup
constructor
A new instance of AdGroup.
Constructor Details
#initialize(id = nil, campaignId = nil, campaignName = nil, name = nil, status = nil, bids = nil, stats = nil) ⇒ AdGroup
Returns a new instance of AdGroup.
971 972 973 974 975 976 977 978 979 |
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 971 def initialize(id = nil, campaignId = nil, campaignName = nil, name = nil, status = nil, bids = nil, stats = nil) @id = id @campaignId = campaignId @campaignName = campaignName @name = name @status = status @bids = bids @stats = stats end |
Instance Attribute Details
#bids ⇒ Object
Returns the value of attribute bids.
968 969 970 |
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 968 def bids @bids end |
#campaignId ⇒ Object
Returns the value of attribute campaignId.
964 965 966 |
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 964 def campaignId @campaignId end |
#campaignName ⇒ Object
Returns the value of attribute campaignName.
965 966 967 |
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 965 def campaignName @campaignName end |
#id ⇒ Object
Returns the value of attribute id.
963 964 965 |
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 963 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
966 967 968 |
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 966 def name @name end |
#stats ⇒ Object
Returns the value of attribute stats.
969 970 971 |
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 969 def stats @stats end |
#status ⇒ Object
Returns the value of attribute status.
967 968 969 |
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 967 def status @status end |