class Kokkai::Speech
Constants
- SPEECH_ATTRIBUTES
Public Class Methods
new(raw)
click to toggle source
Calls superclass method
Kokkai::Record::new
# File lib/kokkai/speech.rb, line 9 def initialize(raw) super @raw_record = @raw_record.dig("speechRecord") end