class GroupDocs::DataSource::Field
Attributes
contentType[RW]
added in release 1.7.0 @attr [String] contentType
dimension[RW]
@attr [String] dimension
name[RW]
@attr [String] name
nested_fields[RW]
@attr [List<GroupDocs::DataSource::Field>] nested_fields
regionName[RW]
@attr [String] regionName
type[RW]
@attr [Integer] type
values[RW]
@attr [Array<String>] values
Public Instance Methods
type=(type)
click to toggle source
Updates type with machine-readable format.
@param [Symbol] type
# File lib/groupdocs/datasource/field.rb, line 25 def type=(type) @type = type.is_a?(Symbol) ? type.to_s.capitalize : type end