class Stealth::Reply
Attributes
reply[RW]
reply_type[RW]
Public Class Methods
new(unstructured_reply:)
click to toggle source
# File lib/stealth/reply.rb, line 9 def initialize(unstructured_reply:) @reply_type = unstructured_reply["reply_type"] @reply = unstructured_reply end
Public Instance Methods
[](key)
click to toggle source
# File lib/stealth/reply.rb, line 14 def [](key) @reply[key] end