Class: Aoandon::Analysis
- Inherits:
-
Object
- Object
- Aoandon::Analysis
- Defined in:
- lib/aoandon/analysis.rb
Instance Method Summary collapse
-
#initialize(logger, options = {}) ⇒ Analysis
constructor
A new instance of Analysis.
- #update(packet = '') ⇒ Object
Constructor Details
#initialize(logger, options = {}) ⇒ Analysis
Returns a new instance of Analysis.
3 4 5 |
# File 'lib/aoandon/analysis.rb', line 3 def initialize(logger, = {}) @logger = logger end |
Instance Method Details
#update(packet = '') ⇒ Object
7 8 9 |
# File 'lib/aoandon/analysis.rb', line 7 def update(packet = '') raise NotImplementedError, 'Must subclass me' end |