Class: AdWords::V200909::BulkMutateJobService::EntityId
- Inherits:
-
Object
- Object
- AdWords::V200909::BulkMutateJobService::EntityId
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
EntityId
-
type - AdWords::V200909::BulkMutateJobService::EntityIdType
-
value - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(type = nil, value = nil) ⇒ EntityId
constructor
A new instance of EntityId.
Constructor Details
#initialize(type = nil, value = nil) ⇒ EntityId
Returns a new instance of EntityId.
2232 2233 2234 2235 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2232 def initialize(type = nil, value = nil) @type = type @value = value end |
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type.
2229 2230 2231 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2229 def type @type end |
#value ⇒ Object
Returns the value of attribute value.
2230 2231 2232 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2230 def value @value end |