Class: CCEngine::Position::Offset

Inherits:
Object
  • Object
show all
Defined in:
lib/cc_engine/position/offset.rb

Instance Method Summary collapse

Instance Method Details

#to_hashObject



10
11
12
13
14
# File 'lib/cc_engine/position/offset.rb', line 10

def to_hash
  {
    offset: offset
  }
end