Class: GroupDocs::DataSource::Field
- Inherits:
-
Api::Entity
- Object
- Api::Entity
- GroupDocs::DataSource::Field
- Defined in:
- lib/groupdocs/datasource/field.rb
Instance Attribute Summary collapse
- #name ⇒ Object
-
#type ⇒ Symbol
Returns type in human-readable format.
- #values ⇒ Object
Method Summary
Methods inherited from Api::Entity
#initialize, #inspect, #to_hash
Methods included from Api::Helpers::Accessor
Constructor Details
This class inherits a constructor from GroupDocs::Api::Entity
Instance Attribute Details
#name ⇒ Object
5 6 7 |
# File 'lib/groupdocs/datasource/field.rb', line 5 def name @name end |
#type ⇒ Symbol
Returns type in human-readable format.
7 8 9 |
# File 'lib/groupdocs/datasource/field.rb', line 7 def type @type end |
#values ⇒ Object
9 10 11 |
# File 'lib/groupdocs/datasource/field.rb', line 9 def values @values end |