Class: AdWords::V201008::AdGroupService::Operation
- Inherits:
-
Object
- Object
- AdWords::V201008::AdGroupService::Operation
- Defined in:
- lib/adwords4r/v201008/AdGroupService.rb
Overview
Operation abstract
-
operator - AdWords::V201008::AdGroupService::Operator
-
operation_Type - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#operation_Type ⇒ Object
Returns the value of attribute operation_Type.
-
#operator ⇒ Object
Returns the value of attribute operator.
Instance Method Summary collapse
-
#initialize(operator = nil, operation_Type = nil) ⇒ Operation
constructor
A new instance of Operation.
Constructor Details
#initialize(operator = nil, operation_Type = nil) ⇒ Operation
Returns a new instance of Operation.
1126 1127 1128 1129 |
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 1126 def initialize(operator = nil, operation_Type = nil) @operator = operator @operation_Type = operation_Type end |
Instance Attribute Details
#operation_Type ⇒ Object
Returns the value of attribute operation_Type.
1124 1125 1126 |
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 1124 def operation_Type @operation_Type end |
#operator ⇒ Object
Returns the value of attribute operator.
1123 1124 1125 |
# File 'lib/adwords4r/v201008/AdGroupService.rb', line 1123 def operator @operator end |