Class: Vayacondios::LegacyContentsHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/vayacondios/legacy_switch.rb,
lib/vayacondios/client/legacy_switch.rb,
lib/vayacondios/server/legacy_switch.rb

Instance Method Summary collapse

Instance Method Details

#extract_contents(document) ⇒ Object



16
# File 'lib/vayacondios/legacy_switch.rb', line 16

def extract_contents(document) document end

#extract_response(document) ⇒ Object



17
# File 'lib/vayacondios/legacy_switch.rb', line 17

def extract_response(document) document end

#proper_request(document) ⇒ Object



18
# File 'lib/vayacondios/legacy_switch.rb', line 18

def proper_request(document) true end

#wrap_contents(contents) ⇒ Object



15
# File 'lib/vayacondios/legacy_switch.rb', line 15

def wrap_contents(contents) contents end