Class: Journey::GTG::MatchData
- Inherits:
-
Object
- Object
- Journey::GTG::MatchData
- Defined in:
- lib/journey/gtg/simulator.rb
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.
8 9 10 |
# File 'lib/journey/gtg/simulator.rb', line 8 def initialize memos @memos = memos end |
Instance Attribute Details
#memos ⇒ Object (readonly)
Returns the value of attribute memos.
6 7 8 |
# File 'lib/journey/gtg/simulator.rb', line 6 def memos @memos end |