Class: AdCenterWrapper::BusinessInfo
- Inherits:
-
Object
- Object
- AdCenterWrapper::BusinessInfo
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8BusinessInfo
id - SOAP::SOAPLong
name - SOAP::SOAPString
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(id = nil, name = nil) ⇒ BusinessInfo
constructor
A new instance of BusinessInfo.
Constructor Details
permalink #initialize(id = nil, name = nil) ⇒ BusinessInfo
Returns a new instance of BusinessInfo.
396 397 398 399 |
# File 'lib/CampaignManagementService.rb', line 396 def initialize(id = nil, name = nil) @id = id @name = name end |
Instance Attribute Details
permalink #id ⇒ Object
Returns the value of attribute id.
393 394 395 |
# File 'lib/CampaignManagementService.rb', line 393 def id @id end |
permalink #name ⇒ Object
Returns the value of attribute name.
394 395 396 |
# File 'lib/CampaignManagementService.rb', line 394 def name @name end |