Class: GroupDocs::Document::Rectangle

Inherits:
Api::Entity show all
Defined in:
lib/groupdocs/document/rectangle.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

#heightObject



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

def height
  @height
end

#widthObject



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

def width
  @width
end

#xObject



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

def x
  @x
end

#yObject



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

def y
  @y
end