Method: AgentXmpp::Error#initialize
- Defined in:
- lib/agent_xmpp/client/response.rb
#initialize(error, *args) ⇒ Error
.….….….….….….….….….….….….….….….….….….….….….….….….….….
42 43 44 45 |
# File 'lib/agent_xmpp/client/response.rb', line 42 def initialize(error, *args) @error = error.to_sym @args = args end |