Class: AdWords::V201003::BulkMutateJobService::EntityId

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

Overview

EntityId

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



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

#typeObject

Returns the value of attribute type.



2658
2659
2660
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2658

def type
  @type
end

#valueObject

Returns the value of attribute value.



2659
2660
2661
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2659

def value
  @value
end