Class: Kokkai::Speech
Constant Summary collapse
- SPEECH_ATTRIBUTES =
%i(speech_order speaker speech)
Constants inherited from Record
Instance Attribute Summary
Attributes inherited from Record
Instance Method Summary collapse
-
#initialize(raw) ⇒ Speech
constructor
A new instance of Speech.
Methods inherited from Record
Constructor Details
#initialize(raw) ⇒ Speech
Returns a new instance of Speech.
9 10 11 12 |
# File 'lib/kokkai/speech.rb', line 9 def initialize(raw) super @raw_record = @raw_record.dig("speechRecord") end |