Class: SetCampaignPropertiesResponse
- Inherits:
-
Object
- Object
- SetCampaignPropertiesResponse
- Defined in:
- lib/metal/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comsetCampaignPropertiesResponse
result - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#result ⇒ Object
Returns the value of attribute result.
Instance Method Summary collapse
-
#initialize(result = nil) ⇒ SetCampaignPropertiesResponse
constructor
A new instance of SetCampaignPropertiesResponse.
Constructor Details
#initialize(result = nil) ⇒ SetCampaignPropertiesResponse
Returns a new instance of SetCampaignPropertiesResponse.
1205 1206 1207 |
# File 'lib/metal/default.rb', line 1205 def initialize(result = nil) @result = result end |
Instance Attribute Details
#result ⇒ Object
Returns the value of attribute result.
1203 1204 1205 |
# File 'lib/metal/default.rb', line 1203 def result @result end |