Class: GroupDocs::DataSource::Field

Inherits:
Api::Entity show all
Defined in:
lib/groupdocs/datasource/field.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Api::Entity

#initialize, #inspect, #to_hash

Methods included from Api::Helpers::Accessor

#alias_accessor

Constructor Details

This class inherits a constructor from GroupDocs::Api::Entity

Instance Attribute Details

#contentTypeObject

added in release 1.7.0



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

def contentType
  @contentType
end

#dimensionObject



19
20
21
# File 'lib/groupdocs/datasource/field.rb', line 19

def dimension
  @dimension
end

#nameObject



5
6
7
# File 'lib/groupdocs/datasource/field.rb', line 5

def name
  @name
end

#nested_fieldsObject



15
16
17
# File 'lib/groupdocs/datasource/field.rb', line 15

def nested_fields
  @nested_fields
end

#regionNameObject



17
18
19
# File 'lib/groupdocs/datasource/field.rb', line 17

def regionName
  @regionName
end

#typeSymbol

Returns type in human-readable format.

Returns:

  • (Symbol)


7
8
9
# File 'lib/groupdocs/datasource/field.rb', line 7

def type
  @type
end

#valuesObject



9
10
11
# File 'lib/groupdocs/datasource/field.rb', line 9

def values
  @values
end