Method: GroupDocs::DataSource::Field#type

Defined in:
lib/groupdocs/datasource/field.rb,
lib/groupdocs/datasource/field.rb

#typeSymbol

Returns field type in human-readable format.

Returns:

  • (Symbol)


12
13
14
# File 'lib/groupdocs/datasource/field.rb', line 12

def type
  @type
end