Class: Ruber::Workspace::ToolData

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruber/main_window/workspace.rb

Overview

Internal class used to store information about the position of a tool widget

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) id

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



94
95
96
# File 'lib/ruber/main_window/workspace.rb', line 94

def id
  @id
end

- (Object) side

Returns the value of attribute side

Returns:

  • (Object)

    the current value of side



94
95
96
# File 'lib/ruber/main_window/workspace.rb', line 94

def side
  @side
end