Class: Arpie::XMLRPCProtocol

Inherits:
Protocol show all
Defined in:
lib/arpie/xmlrpc.rb

Direct Known Subclasses

XMLRPCClientProtocol, XMLRPCServerProtocol

Constant Summary

Constants inherited from Protocol

Protocol::CAN_SEPARATE_MESSAGES

Instance Attribute Summary collapse

Method Summary

Methods inherited from Protocol

#again!, #assemble, #assemble!, #bogon!, #from, #gulp!, #incomplete!, #to

Instance Attribute Details

#parserObject

Returns the value of attribute parser.



11
12
13
# File 'lib/arpie/xmlrpc.rb', line 11

def parser
  @parser
end

#writerObject

Returns the value of attribute writer.



10
11
12
# File 'lib/arpie/xmlrpc.rb', line 10

def writer
  @writer
end