Class: Kdep::Dashboard::Rect

Inherits:
Struct
  • Object
show all
Defined in:
lib/kdep/dashboard/layout.rb

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



3
4
5
# File 'lib/kdep/dashboard/layout.rb', line 3

def height
  @height
end

#leftObject

Returns the value of attribute left

Returns:

  • (Object)

    the current value of left



3
4
5
# File 'lib/kdep/dashboard/layout.rb', line 3

def left
  @left
end

#topObject

Returns the value of attribute top

Returns:

  • (Object)

    the current value of top



3
4
5
# File 'lib/kdep/dashboard/layout.rb', line 3

def top
  @top
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



3
4
5
# File 'lib/kdep/dashboard/layout.rb', line 3

def width
  @width
end