Class: Brocade::SAN::Switch::Response

Inherits:
Brocade::SAN.selfself::Response
  • Object
show all
Defined in:
lib/brocadesan/switch.rb

Overview

class extending SshDevice::Response

Instance Method Summary collapse

Instance Method Details

#parseObject

Wrapper around SshDevice::Response parse that includes before and after hooks



531
532
533
534
535
# File 'lib/brocadesan/switch.rb', line 531

def parse # :nodoc:
  before_parse
  super
  after_parse
end