Method: Smpp::Pdu::UnbindResponse.from_wire_data
- Defined in:
- lib/smpp/pdu/unbind_response.rb
.from_wire_data(seq, status, body) ⇒ Object
9 10 11 |
# File 'lib/smpp/pdu/unbind_response.rb', line 9 def self.from_wire_data(seq, status, body) new(seq, status) end |