Class: ActionDispatch::Journey::GTG::MatchData
- Inherits:
-
Object
- Object
- ActionDispatch::Journey::GTG::MatchData
- Defined in:
- lib/action_dispatch/journey/gtg/simulator.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#memos ⇒ Object
readonly
Returns the value of attribute memos.
Instance Method Summary collapse
-
#initialize(memos) ⇒ MatchData
constructor
A new instance of MatchData.
Constructor Details
#initialize(memos) ⇒ MatchData
Returns a new instance of MatchData.
9 10 11 |
# File 'lib/action_dispatch/journey/gtg/simulator.rb', line 9 def initialize(memos) @memos = memos end |
Instance Attribute Details
#memos ⇒ Object (readonly)
Returns the value of attribute memos.
7 8 9 |
# File 'lib/action_dispatch/journey/gtg/simulator.rb', line 7 def memos @memos end |