class Robojora::Settings

Constants

CARDINAL_POINTS
EAST
MAXIMUM_AXIS_VALUE
MINIMUM_AXIS_VALUE
NORTH
SOUTH
WEST

Public Class Methods

cardinal_points() click to toggle source
# File lib/robojora/settings.rb, line 25
def self.cardinal_points
  CARDINAL_POINTS
end
east() click to toggle source
# File lib/robojora/settings.rb, line 41
def self.east
  EAST
end
maximum_axis_value() click to toggle source
# File lib/robojora/settings.rb, line 21
def self.maximum_axis_value
  MAXIMUM_AXIS_VALUE
end
minimum_axis_value() click to toggle source
# File lib/robojora/settings.rb, line 17
def self.minimum_axis_value
  MINIMUM_AXIS_VALUE
end
north() click to toggle source
# File lib/robojora/settings.rb, line 29
def self.north
  NORTH
end
south() click to toggle source
# File lib/robojora/settings.rb, line 37
def self.south
  SOUTH
end
west() click to toggle source
# File lib/robojora/settings.rb, line 33
def self.west
  WEST
end