Class: AdWords::V201003::BulkMutateJobService::EntityId
- Inherits:
-
Object
- Object
- AdWords::V201003::BulkMutateJobService::EntityId
- Defined in:
- lib/adwords4r/v201003/BulkMutateJobService.rb
Overview
EntityId
-
type - AdWords::V201003::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.
2661 2662 2663 2664 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2661 def initialize(type = nil, value = nil) @type = type @value = value end |
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type.
2658 2659 2660 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2658 def type @type end |
#value ⇒ Object
Returns the value of attribute value.
2659 2660 2661 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2659 def value @value end |