We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d882b commit 7a994faCopy full SHA for 7a994fa
lib/line/bot/event/base.rb
@@ -19,6 +19,7 @@ class Base
19
def initialize(src)
20
@src = src
21
end
22
+ attr_reader :src
23
24
def [](key)
25
@src[key]
0 commit comments