Class: Engine::BaseStrategy
- Inherits:
-
Struct
- Object
- Struct
- Engine::BaseStrategy
- Extended by:
- Forwardable
- Defined in:
- lib/engine/strategies.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#card_state ⇒ Object
Returns the value of attribute card_state.
-
#data_point ⇒ Object
Returns the value of attribute data_point.
Instance Attribute Details
#card_state ⇒ Object
Returns the value of attribute card_state
2 3 4 |
# File 'lib/engine/strategies.rb', line 2 def card_state @card_state end |
#data_point ⇒ Object
Returns the value of attribute data_point
2 3 4 |
# File 'lib/engine/strategies.rb', line 2 def data_point @data_point end |