Class: AdCenterWrapper::BusinessInfo
- Inherits:
-
Object
- Object
- AdCenterWrapper::BusinessInfo
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7BusinessInfo
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
#initialize(id = nil, name = nil) ⇒ BusinessInfo
Returns a new instance of BusinessInfo.
641 642 643 644 |
# File 'lib/adcenter_wrapper_entities.rb', line 641 def initialize(id = nil, name = nil) @id = id @name = name end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
638 639 640 |
# File 'lib/adcenter_wrapper_entities.rb', line 638 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
639 640 641 |
# File 'lib/adcenter_wrapper_entities.rb', line 639 def name @name end |