Class: AdWords::V200909::BulkMutateJobService::EntityId

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v200909/BulkMutateJobService.rb

Overview

EntityId

  • type - AdWords::V200909::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.



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

#typeObject

Returns the value of attribute type.



2229
2230
2231
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2229

def type
  @type
end

#valueObject

Returns the value of attribute value.



2230
2231
2232
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2230

def value
  @value
end