Class: AdWords::V201003::ReportDefinitionService::ReportDefinitionField
- Inherits:
-
Object
- Object
- AdWords::V201003::ReportDefinitionService::ReportDefinitionField
- Defined in:
- lib/adwords4r/v201003/ReportDefinitionService.rb
Overview
ReportDefinitionField
-
fieldName - 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.
-
#enumValues ⇒ Object
Returns the value of attribute enumValues.
-
#fieldName ⇒ Object
Returns the value of attribute fieldName.
-
#fieldType ⇒ Object
Returns the value of attribute fieldType.
Instance Method Summary collapse
-
#initialize(fieldName = nil, fieldType = nil, enumValues = [], canSelect = nil, canFilter = nil) ⇒ ReportDefinitionField
constructor
A new instance of ReportDefinitionField.
Constructor Details
#initialize(fieldName = nil, fieldType = nil, enumValues = [], canSelect = nil, canFilter = nil) ⇒ ReportDefinitionField
Returns a new instance of ReportDefinitionField.
61 62 63 64 65 66 67 |
# File 'lib/adwords4r/v201003/ReportDefinitionService.rb', line 61 def initialize(fieldName = nil, fieldType = nil, enumValues = [], canSelect = nil, canFilter = nil) @fieldName = fieldName @fieldType = fieldType @enumValues = enumValues @canSelect = canSelect @canFilter = canFilter end |
Instance Attribute Details
#canFilter ⇒ Object
Returns the value of attribute canFilter.
59 60 61 |
# File 'lib/adwords4r/v201003/ReportDefinitionService.rb', line 59 def canFilter @canFilter end |
#canSelect ⇒ Object
Returns the value of attribute canSelect.
58 59 60 |
# File 'lib/adwords4r/v201003/ReportDefinitionService.rb', line 58 def canSelect @canSelect end |
#enumValues ⇒ Object
Returns the value of attribute enumValues.
57 58 59 |
# File 'lib/adwords4r/v201003/ReportDefinitionService.rb', line 57 def enumValues @enumValues end |
#fieldName ⇒ Object
Returns the value of attribute fieldName.
55 56 57 |
# File 'lib/adwords4r/v201003/ReportDefinitionService.rb', line 55 def fieldName @fieldName end |
#fieldType ⇒ Object
Returns the value of attribute fieldType.
56 57 58 |
# File 'lib/adwords4r/v201003/ReportDefinitionService.rb', line 56 def fieldType @fieldType end |