Class: AdCenterWrapper::TargetInfo
- Inherits:
-
Object
- Object
- AdCenterWrapper::TargetInfo
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7TargetInfo
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) ⇒ TargetInfo
constructor
A new instance of TargetInfo.
Constructor Details
#initialize(id = nil, name = nil) ⇒ TargetInfo
Returns a new instance of TargetInfo.
1463 1464 1465 1466 |
# File 'lib/adcenter_wrapper_entities.rb', line 1463 def initialize(id = nil, name = nil) @id = id @name = name end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
1460 1461 1462 |
# File 'lib/adcenter_wrapper_entities.rb', line 1460 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
1461 1462 1463 |
# File 'lib/adcenter_wrapper_entities.rb', line 1461 def name @name end |