Class: GroupDocs::Document::Change

Inherits:
Api::Entity show all
Defined in:
lib/groupdocs/document/change.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Api::Entity

#initialize, #inspect, #to_hash

Constructor Details

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

Instance Attribute Details

#boxObject



9
10
11
# File 'lib/groupdocs/document/change.rb', line 9

def box
  @box
end

#idObject



5
6
7
# File 'lib/groupdocs/document/change.rb', line 5

def id
  @id
end

#pageObject



13
14
15
# File 'lib/groupdocs/document/change.rb', line 13

def page
  @page
end

#textObject



11
12
13
# File 'lib/groupdocs/document/change.rb', line 11

def text
  @text
end

#typeSymbol

Returns type as symbol.

Returns:

  • (Symbol)


7
8
9
# File 'lib/groupdocs/document/change.rb', line 7

def type
  @type
end