Method: AgentXmpp::Xmpp::ErrorResponse#code

Defined in:
lib/agent_xmpp/xmpp/error_response.rb

#codeObject

.….….….….….….….….….….….….….….….….….….….….….….….….……



117
118
119
# File 'lib/agent_xmpp/xmpp/error_response.rb', line 117

def code
  (c = attributes['code']).nil? ? nil : c.to_i
end