Class: Sashite::PAN::Action

Inherits:
Object
  • Object
show all
Defined in:
lib/sashite/pan/action.rb

Overview

Action class

Direct Known Subclasses

Dumper, Parser

Instance Attribute Summary collapse

Instance Attribute Details

#dst_squareObject (readonly)

Returns the value of attribute dst_square.



7
8
9
# File 'lib/sashite/pan/action.rb', line 7

def dst_square
  @dst_square
end

#piece_handObject (readonly)

Returns the value of attribute piece_hand.



7
8
9
# File 'lib/sashite/pan/action.rb', line 7

def piece_hand
  @piece_hand
end

#piece_nameObject (readonly)

Returns the value of attribute piece_name.



7
8
9
# File 'lib/sashite/pan/action.rb', line 7

def piece_name
  @piece_name
end

#src_squareObject (readonly)

Returns the value of attribute src_square.



7
8
9
# File 'lib/sashite/pan/action.rb', line 7

def src_square
  @src_square
end