Method: XRBP::WebSocket::Cmds::AccountLines.from_h

Defined in:
lib/xrbp/websocket/cmds/account_lines.rb

.from_h(h) ⇒ Object



25
26
27
28
29
# File 'lib/xrbp/websocket/cmds/account_lines.rb', line 25

def self.from_h(h)
  _h = Hash[h]
   a = _h.delete(:account)
   new a, _h
end