lib/stealth/services/base_reply_handler.rb in stealth-1.1.6 vs lib/stealth/services/base_reply_handler.rb in stealth-2.0.0.beta1
- old
+ new
@@ -6,11 +6,11 @@
class BaseReplyHandler
attr_reader :recipient_id, :reply
def initialize(recipient_id:, reply:)
- @client = client
- @options = options
+ @recipient_id = recipient_id
+ @reply = reply
end
def text
reply_format_not_supported(format: 'text')
end