Class: AdWords::V201003::BulkMutateJobService::TemplateElementField
- Inherits:
-
Object
- Object
- AdWords::V201003::BulkMutateJobService::TemplateElementField
- Defined in:
- lib/adwords4r/v201003/BulkMutateJobService.rb
Overview
TemplateElementField
-
name - SOAP::SOAPString
-
type - AdWords::V201003::BulkMutateJobService::TemplateElementFieldType
-
fieldText - SOAP::SOAPString
-
fieldMedia - AdWords::V201003::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.
4248 4249 4250 4251 4252 4253 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4248 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.
4246 4247 4248 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4246 def fieldMedia @fieldMedia end |
#fieldText ⇒ Object
Returns the value of attribute fieldText.
4245 4246 4247 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4245 def fieldText @fieldText end |
#name ⇒ Object
Returns the value of attribute name.
4243 4244 4245 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4243 def name @name end |
#type ⇒ Object
Returns the value of attribute type.
4244 4245 4246 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 4244 def type @type end |