class SelfSDK::Messages::AuthenticationResp
Constants
- MSG_TYPE
Public Class Methods
new(messaging)
click to toggle source
Calls superclass method
# File lib/messages/authentication_resp.rb, line 13 def initialize(messaging) @typ = MSG_TYPE super end
Protected Instance Methods
proto(to_device)
click to toggle source
# File lib/messages/authentication_resp.rb, line 20 def proto(to_device) nil end