Class: AdWords::V201008::BulkMutateJobService::TemplateElementField
- Inherits:
-
Object
- Object
- AdWords::V201008::BulkMutateJobService::TemplateElementField
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
TemplateElementField
-
name - SOAP::SOAPString
-
type - AdWords::V201008::BulkMutateJobService::TemplateElementFieldType
-
fieldText - SOAP::SOAPString
-
fieldMedia - AdWords::V201008::BulkMutateJobService::Media
Instance Attribute Summary collapse
-
#fieldMedia ⇒ Object
Returns the value of attribute fieldMedia.
-
#fieldText ⇒ Object
Returns the value of attribute fieldText.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(name = nil, type = nil, fieldText = nil, fieldMedia = nil) ⇒ TemplateElementField
constructor
A new instance of TemplateElementField.
Constructor Details
#initialize(name = nil, type = nil, fieldText = nil, fieldMedia = nil) ⇒ TemplateElementField
Returns a new instance of TemplateElementField.
4782 4783 4784 4785 4786 4787 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4782 def initialize(name = nil, type = nil, fieldText = nil, fieldMedia = nil) @name = name @type = type @fieldText = fieldText @fieldMedia = fieldMedia end |
Instance Attribute Details
#fieldMedia ⇒ Object
Returns the value of attribute fieldMedia.
4780 4781 4782 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4780 def fieldMedia @fieldMedia end |
#fieldText ⇒ Object
Returns the value of attribute fieldText.
4779 4780 4781 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4779 def fieldText @fieldText end |
#name ⇒ Object
Returns the value of attribute name.
4777 4778 4779 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4777 def name @name end |
#type ⇒ Object
Returns the value of attribute type.
4778 4779 4780 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4778 def type @type end |