Class: Campaigning::TemplateGetDetailResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/campaigning/soap/generated/default.rb

Overview

/Template.GetDetailResponse

template_GetDetailResult - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

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_GetDetailResultObject

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