Class: Campaigning::TemplateGetDetailResponse
- Inherits:
-
Object
- Object
- Campaigning::TemplateGetDetailResponse
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/Template.GetDetailResponse
template_GetDetailResult - (any)
Instance Attribute Summary collapse
-
#template_GetDetailResult ⇒ Object
Returns the value of attribute template_GetDetailResult.
Instance Method Summary collapse
-
#initialize(template_GetDetailResult = nil) ⇒ TemplateGetDetailResponse
constructor
A new instance of TemplateGetDetailResponse.
Constructor Details
#initialize(template_GetDetailResult = nil) ⇒ TemplateGetDetailResponse
Returns a new instance of TemplateGetDetailResponse.
1644 1645 1646 |
# File 'lib/campaigning/soap/generated/default.rb', line 1644 def initialize(template_GetDetailResult = nil) @template_GetDetailResult = template_GetDetailResult end |
Instance Attribute Details
#template_GetDetailResult ⇒ Object
Returns the value of attribute template_GetDetailResult.
1642 1643 1644 |
# File 'lib/campaigning/soap/generated/default.rb', line 1642 def template_GetDetailResult @template_GetDetailResult end |