Class: AdwordsApi::V201101::UserListService::UserListConversionType

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

Overview

UserListConversionType

  • id - SOAP::SOAPLong

  • name - SOAP::SOAPString

  • category - AdwordsApi::V201101::UserListService::UserListConversionTypeCategory

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, name = nil, category = nil) ⇒ UserListConversionType

Returns a new instance of UserListConversionType.



469
470
471
472
473
# File 'lib/adwords_api/v201101/UserListService.rb', line 469

def initialize(id = nil, name = nil, category = nil)
  @id = id
  @name = name
  @category = category
end

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



467
468
469
# File 'lib/adwords_api/v201101/UserListService.rb', line 467

def category
  @category
end

#idObject

Returns the value of attribute id.



465
466
467
# File 'lib/adwords_api/v201101/UserListService.rb', line 465

def id
  @id
end

#nameObject

Returns the value of attribute name.



466
467
468
# File 'lib/adwords_api/v201101/UserListService.rb', line 466

def name
  @name
end