Class: AdWords::V200909::BulkMutateJobService::TemplateElementField
- Inherits:
-
Object
- Object
- AdWords::V200909::BulkMutateJobService::TemplateElementField
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
TemplateElementField
-
name - SOAP::SOAPString
-
type - AdWords::V200909::BulkMutateJobService::TemplateElementFieldType
-
fieldText - SOAP::SOAPString
-
fieldMedia - AdWords::V200909::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.
3695 3696 3697 3698 3699 3700 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3695 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.
3693 3694 3695 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3693 def fieldMedia @fieldMedia end |
#fieldText ⇒ Object
Returns the value of attribute fieldText.
3692 3693 3694 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3692 def fieldText @fieldText end |
#name ⇒ Object
Returns the value of attribute name.
3690 3691 3692 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3690 def name @name end |
#type ⇒ Object
Returns the value of attribute type.
3691 3692 3693 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3691 def type @type end |