Class: ActionService::Protocol::XmlRpc::XmlRpcProtocol::Helper

Inherits:
Object
  • Object
show all
Includes:
Singleton, XMLRPC::ParserWriterChooseMixin
Defined in:
lib/action_service/protocol/xmlrpc.rb

Instance Method Summary collapse

Instance Method Details

#get_createObject



23
24
25
# File 'lib/action_service/protocol/xmlrpc.rb', line 23

def get_create
  create()
end

#get_parserObject



19
20
21
# File 'lib/action_service/protocol/xmlrpc.rb', line 19

def get_parser
  parser()
end