Class: AdCenterWrapper::BusinessInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/CampaignManagementService.rb

Overview

https://adcenter.microsoft.com/v8BusinessInfo

id - SOAP::SOAPLong
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, name = nil) ⇒ BusinessInfo

Returns a new instance of BusinessInfo.

[View source]

396
397
398
399
# File 'lib/CampaignManagementService.rb', line 396

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

Instance Attribute Details

#idObject

Returns the value of attribute id.


393
394
395
# File 'lib/CampaignManagementService.rb', line 393

def id
  @id
end

#nameObject

Returns the value of attribute name.


394
395
396
# File 'lib/CampaignManagementService.rb', line 394

def name
  @name
end