Method: Api::Line#to_h
- Defined in:
- lib/sc2ai/protocol/debug_pb.rb
#to_h ⇒ Object
3518 3519 3520 3521 3522 3523 3524 3525 |
# File 'lib/sc2ai/protocol/debug_pb.rb', line 3518 def to_h result = {} result[:"p0"] = @p0.to_h result[:"p1"] = @p1.to_h result end |