Class: AdWords::V201008::ReportDefinitionService::ReportDefinitionField
- Inherits:
-
Object
- Object
- AdWords::V201008::ReportDefinitionService::ReportDefinitionField
- Defined in:
- lib/adwords4r/v201008/ReportDefinitionService.rb
Overview
ReportDefinitionField
-
fieldName - SOAP::SOAPString
-
displayFieldName - SOAP::SOAPString
-
xmlAttributeName - SOAP::SOAPString
-
fieldType - SOAP::SOAPString
-
enumValues - SOAP::SOAPString
-
canSelect - SOAP::SOAPBoolean
-
canFilter - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#canFilter ⇒ Object
Returns the value of attribute canFilter.
-
#canSelect ⇒ Object
Returns the value of attribute canSelect.
-
#displayFieldName ⇒ Object
Returns the value of attribute displayFieldName.
-
#enumValues ⇒ Object
Returns the value of attribute enumValues.
-
#fieldName ⇒ Object
Returns the value of attribute fieldName.
-
#fieldType ⇒ Object
Returns the value of attribute fieldType.
-
#xmlAttributeName ⇒ Object
Returns the value of attribute xmlAttributeName.
Instance Method Summary collapse
-
#initialize(fieldName = nil, displayFieldName = nil, xmlAttributeName = nil, fieldType = nil, enumValues = [], canSelect = nil, canFilter = nil) ⇒ ReportDefinitionField
constructor
A new instance of ReportDefinitionField.
Constructor Details
#initialize(fieldName = nil, displayFieldName = nil, xmlAttributeName = nil, fieldType = nil, enumValues = [], canSelect = nil, canFilter = nil) ⇒ ReportDefinitionField
Returns a new instance of ReportDefinitionField.
65 66 67 68 69 70 71 72 73 |
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 65 def initialize(fieldName = nil, displayFieldName = nil, xmlAttributeName = nil, fieldType = nil, enumValues = [], canSelect = nil, canFilter = nil) @fieldName = fieldName @displayFieldName = displayFieldName @xmlAttributeName = xmlAttributeName @fieldType = fieldType @enumValues = enumValues @canSelect = canSelect @canFilter = canFilter end |
Instance Attribute Details
#canFilter ⇒ Object
Returns the value of attribute canFilter.
63 64 65 |
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 63 def canFilter @canFilter end |
#canSelect ⇒ Object
Returns the value of attribute canSelect.
62 63 64 |
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 62 def canSelect @canSelect end |
#displayFieldName ⇒ Object
Returns the value of attribute displayFieldName.
58 59 60 |
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 58 def displayFieldName @displayFieldName end |
#enumValues ⇒ Object
Returns the value of attribute enumValues.
61 62 63 |
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 61 def enumValues @enumValues end |
#fieldName ⇒ Object
Returns the value of attribute fieldName.
57 58 59 |
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 57 def fieldName @fieldName end |
#fieldType ⇒ Object
Returns the value of attribute fieldType.
60 61 62 |
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 60 def fieldType @fieldType end |
#xmlAttributeName ⇒ Object
Returns the value of attribute xmlAttributeName.
59 60 61 |
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 59 def xmlAttributeName @xmlAttributeName end |