Class: AdWords::V201008::ReportDefinitionService::ReportDefinitionField

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#canFilterObject

Returns the value of attribute canFilter.



63
64
65
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 63

def canFilter
  @canFilter
end

#canSelectObject

Returns the value of attribute canSelect.



62
63
64
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 62

def canSelect
  @canSelect
end

#displayFieldNameObject

Returns the value of attribute displayFieldName.



58
59
60
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 58

def displayFieldName
  @displayFieldName
end

#enumValuesObject

Returns the value of attribute enumValues.



61
62
63
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 61

def enumValues
  @enumValues
end

#fieldNameObject

Returns the value of attribute fieldName.



57
58
59
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 57

def fieldName
  @fieldName
end

#fieldTypeObject

Returns the value of attribute fieldType.



60
61
62
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 60

def fieldType
  @fieldType
end

#xmlAttributeNameObject

Returns the value of attribute xmlAttributeName.



59
60
61
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 59

def xmlAttributeName
  @xmlAttributeName
end