Class: AdwordsApi::V201101::BulkMutateJobService::EntityId

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201101/BulkMutateJobService.rb

Overview

EntityId

  • type - AdwordsApi::V201101::BulkMutateJobService::EntityIdType

  • value - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, value = nil) ⇒ EntityId

Returns a new instance of EntityId.



3103
3104
3105
3106
# File 'lib/adwords_api/v201101/BulkMutateJobService.rb', line 3103

def initialize(type = nil, value = nil)
  @type = type
  @value = value
end

Instance Attribute Details

#typeObject

Returns the value of attribute type.



3100
3101
3102
# File 'lib/adwords_api/v201101/BulkMutateJobService.rb', line 3100

def type
  @type
end

#valueObject

Returns the value of attribute value.



3101
3102
3103
# File 'lib/adwords_api/v201101/BulkMutateJobService.rb', line 3101

def value
  @value
end